docs(changelog): fix flaky scrolling issue

This commit is contained in:
Aram Drevekenin 2021-12-01 13:02:13 +01:00 committed by GitHub
parent 464cb6beec
commit 180aa786a5
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/)
* Fix: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913) * Fix: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913)
* Fix: add `gray` to theme section (https://github.com/zellij-org/zellij/pull/914) * Fix: add `gray` to theme section (https://github.com/zellij-org/zellij/pull/914)
* Fix: prevent zellij session from attaching to itself (https://github.com/zellij-org/zellij/pull/911) * Fix: prevent zellij session from attaching to itself (https://github.com/zellij-org/zellij/pull/911)
* Terminal compatibility: fix flaky scrolling issue (https://github.com/zellij-org/zellij/pull/915)
## [0.21.0] - 2021-11-29 ## [0.21.0] - 2021-11-29
* Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871) * Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)