summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-01-13 18:24:41 +0100
committerGitHub <noreply@github.com>2023-01-13 18:24:41 +0100
commit1e02754e1993be4fa982a96b60c82abdd4676e58 (patch)
tree6e3df9dabb187cd369555fa7a12345b5a0bc5c6a
parentf07c1afea7dcff4011fba3f2e88a7f3225613564 (diff)
docs(changelog): bugfixes
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1b9648b1..d12a27d41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: support floating panes in layouts (https://github.com/zellij-org/zellij/pull/2047)
* feat: add tmux close pane key (https://github.com/zellij-org/zellij/pull/2058)
* fix: copy_on_select = false sticky selection (https://github.com/zellij-org/zellij/pull/2086)
+* fix: do not drop wide chars when resizing to width of 1 column (https://github.com/zellij-org/zellij/pull/2082)
+* fix: disallow path-like names for sessions (https://github.com/zellij-org/zellij/pull/2082)
## [0.34.4] - 2022-12-13