docs(changelog): fix theme not loading

This commit is contained in:
Jae-Heon Ji 2022-08-02 23:16:34 +09:00 committed by GitHub
parent 4e9ad2e694
commit c45a68a6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608) * add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608)
* add(readme): more links to the documentation (https://github.com/zellij-org/zellij/pull/1621) * add(readme): more links to the documentation (https://github.com/zellij-org/zellij/pull/1621)
* fix theme not loading without config (https://github.com/zellij-org/zellij/pull/1631)
## [0.31.0] - 2022-07-28 ## [0.31.0] - 2022-07-28
* feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459) * feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459)