summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-10 13:35:56 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-10 13:35:56 +0100
commitba5ec8e4935cdfd4ef847cc7ee18b606211f79ac (patch)
tree22846e939bcc9c728f9e4de239ad62e910d35a5c /CHANGELOG.md
parentabbe3b237af1308a6108d513c75b41ad0a889e3a (diff)
docs(changelog): toggle boolean opts from cli flag
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45a80b72c..9892a27dc 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/)
* Add: e2e instructions for x86 and arm darwin systems (https://github.com/zellij-org/zellij/pull/846)
* Fix: use key-value style for `docker-compose` (https://github.com/zellij-org/zellij/issues/338)
* Fix: unify zellij environment variable handling (https://github.com/zellij-org/zellij/pull/842)
+* Add: toggle boolean options with cli flags (https://github.com/zellij-org/zellij/pull/855)
## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)