summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-12-04 16:08:36 +0100
committera-kenji <aks.kenji@protonmail.com>2021-12-04 16:08:36 +0100
commit0a84d39a58f4ac768889cc98d83030046d9dede5 (patch)
tree8390b063b9fbf0b630082707d5368744bcc7d8b5
parent050fa8fd071af20928a1a8547f3ec75b4261c7f2 (diff)
docs(changelog): fix unbind key
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3584a67ab..4058637c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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: update example config options (https://github.com/zellij-org/zellij/pull/920)
+* Fix: correct handling of unbinds (https://github.com/zellij-org/zellij/issues/923)
## [0.21.0] - 2021-11-29
* Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)