docs(changelog): update example config options

This commit is contained in:
a-kenji 2021-12-03 11:19:01 +01:00
parent b78a6d4258
commit db3d8a71a8

View file

@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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) * Terminal compatibility: fix flaky scrolling issue (https://github.com/zellij-org/zellij/pull/915)
* Fix: handle pasted text properly in windows terminal (https://github.com/zellij-org/zellij/pull/917) * Fix: handle pasted text properly in windows terminal (https://github.com/zellij-org/zellij/pull/917)
* Fix: update example config options (https://github.com/zellij-org/zellij/pull/920)
## [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)