summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2022-10-31 16:38:54 +0100
committerGitHub <noreply@github.com>2022-10-31 16:38:54 +0100
commit5c2f5f84708fa6fe7076189f262b6ec62a29363a (patch)
tree5b1ceb3091efa5c51467b9fcd680a0e673ee81b7
parentea86b2f4bc20501cdba87f1482b8dad52b4c9957 (diff)
docs(changelog): setup --clean panic fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cfecf360..f460abff9 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/)
* docs(example): update the format of the themes for the example directory (https://github.com/zellij-org/zellij/pull/1877)
* debugging: Remove calls to unwrap in `zellij_server::terminal_bytes` (https://github.com/zellij-org/zellij/pull/1876)
* 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)
## [0.32.0] - 2022-10-25