docs(changelog): compatibility update

This commit is contained in:
Aram Drevekenin 2021-05-12 11:29:27 +02:00 committed by GitHub
parent 9bb300e1c0
commit ce50d6e406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Change Switch default config loading order of `HOME` and system (https://github.com/zellij-org/zellij/pull/488) * Change Switch default config loading order of `HOME` and system (https://github.com/zellij-org/zellij/pull/488)
* Add support for requesting a simpler layout from plugins, move `clean` flag from `options` to `setup` (https://github.com/zellij-org/zellij/pull/479) * Add support for requesting a simpler layout from plugins, move `clean` flag from `options` to `setup` (https://github.com/zellij-org/zellij/pull/479)
* Improve config loading slightly (https://github.com/zellij-org/zellij/pull/492) * Improve config loading slightly (https://github.com/zellij-org/zellij/pull/492)
* Terminal compatibility: preserve current style when clearing viewport (https://github.com/zellij-org/zellij/pull/493)
## [0.9.0] - 2021-05-11 ## [0.9.0] - 2021-05-11
* Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468) * Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468)