summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-01-19 22:29:22 +0900
committerGitHub <noreply@github.com>2023-01-19 22:29:22 +0900
commit670b9c27597c656cd457be8a41e6548d007b4feb (patch)
tree8fe655eb9596e8817f40f2f2c61d406f555249bc /CHANGELOG.md
parentf9a718872876b9ef2df263855081d9562104ce1d (diff)
docs(changelog): support utf8 char in tab and pane
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 b0b39a6b7..06d805c95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* errors: Remove more `unwrwap`s from server code (https://github.com/zellij-org/zellij/pull/2069)
+* fix: support UTF-8 character in tab name and pane name (https://github.com/zellij-org/zellij/pull/2102)
## [0.34.4] - 2022-12-13