summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-09 09:58:56 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-09 09:58:56 +0100
commit2d39ce9eb29df52eaffebf9491f330633f53e4ac (patch)
treee87d4f1f89a6e645999580e158343173a3d4ca38
parentaed2a7def60f0a5f57fd7f379711a2aafda551bf (diff)
docs(changelog): simplify match arms
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa43d0f0d..07181f53c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* Add: add initial session name to layout template (https://github.com/zellij-org/zellij/pull/789)
+* Fix: simplify matches (https://github.com/zellij-org/zellij/pull/844)
## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)