summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-02 16:45:20 +0100
committerGitHub <noreply@github.com>2022-11-02 16:45:20 +0100
commit97131fd7f808dbd2daa9871c93fc6b5096285ffd (patch)
treedfac385cb37b8a947586f7e618116096a6e61ae2 /CHANGELOG.md
parentc8f3b94fde65c1c923897947aff6daa9d2045ae9 (diff)
docs(changelog): backslash config convert fix
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 a119c89c4..0884999a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* debugging: Remove calls to unwrap in `zellij_server::os_input_output` (https://github.com/zellij-org/zellij/pull/1895)
* fix: remove space key from shared_except (https://github.com/zellij-org/zellij/pull/1884)
* fix: clear search when sending terminating char (https://github.com/zellij-org/zellij/pull/1853)
+* fix: properly convert the backslash key from old YAML config files (https://github.com/zellij-org/zellij/pull/1879)
## [0.32.0] - 2022-10-25