summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-31 19:41:36 +0100
committerGitHub <noreply@github.com>2022-10-31 19:41:36 +0100
commit6d29c6951e4768cc6f2f3c7b1bbb708d79d860c9 (patch)
treebbcfc991e4ebad2e1bc8bf0c17a4fb4c62b0dd70
parent86e765ea4de517ebf43b9effbefddd4a34416f30 (diff)
docs(changelog): status bar fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fbad2bd9..f9548d1d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* debugging: Remove calls to unwrap in `zellij_server::output` (https://github.com/zellij-org/zellij/pull/1878)
* fix: resolve `zellij setup --clean` panic (https://github.com/zellij-org/zellij/pull/1882)
* feat: allow toggling mouse mode at runtime (https://github.com/zellij-org/zellij/pull/1883)
+* fix: display status bar properly if limited to only 1 line (https://github.com/zellij-org/zellij/pull/1875)
## [0.32.0] - 2022-10-25