summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2024-04-15 00:58:04 +0900
committerGitHub <noreply@github.com>2024-04-15 00:58:04 +0900
commitee9aae789c0cd54a3e4d4e5bc0017217e6ef5925 (patch)
tree25782b5f26e2c5e2758040c1b7d5e440cb210aec
parente4322dc1fd70b2b7364ca05c48e49fa0bd3e5a6e (diff)
docs(changelog): fix compact-bar mode indicator
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b559fd44..46bbb3aa1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(layouts): recover from resurrection crash and fix swap layouts not being picked up by new-tab keybinding (https://github.com/zellij-org/zellij/pull/3249)
* feat(cli): allow starting a session in the background (detached) (https://github.com/zellij-org/zellij/pull/3257)
* feat(config): allow disabling writing of session metadata to disk (https://github.com/zellij-org/zellij/pull/3258)
+* fix(compact-bar): properly pad mode indicator (https://github.com/zellij-org/zellij/pull/3260)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)