summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-09-06 21:26:26 +0200
committera-kenji <aks.kenji@protonmail.com>2021-09-06 21:26:26 +0200
commit0f0122fb596e336d36dad04e390273dd3f3f430d (patch)
treebd6d74da9179553a445a018d054f9540390feabe /CHANGELOG.md
parent20b874d7603fbd9381f8a3e0337be8b914943dbe (diff)
chore(docs): fix/update example config file
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 efd4a1aac..e86bf138d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix bug where tabs would sometimes be created with the wrong index in their name (https://github.com/zellij-org/zellij/pull/686)
* Fix bug where wide chars would mess up pane titles (https://github.com/zellij-org/zellij/pull/698)
* Fix various borderless-frame in viewport bugs (https://github.com/zellij-org/zellij/pull/697)
+* Fix example configuration file (https://github.com/zellij-org/zellij/pull/693)
## [0.16.0] - 2021-08-31
* Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620)