summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2022-10-31 17:06:14 +0100
committerGitHub <noreply@github.com>2022-10-31 17:06:14 +0100
commit1704d116985645d098c10f9659984d382d94de5c (patch)
tree71f6213fccd8eba3b8b6827c9450d7d30bd55fed
parent855711ebb8ab2a726b27880c1f1d64414bf3ddba (diff)
docs(changelog): mouse mode runtime toggle
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f460abff9..5fbad2bd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* feat: allow toggling mouse mode at runtime (https://github.com/zellij-org/zellij/pull/1883)
## [0.32.0] - 2022-10-25