summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-18 10:23:21 +0100
committerGitHub <noreply@github.com>2022-11-18 10:23:21 +0100
commit5ad0429adc3bbb33b2578d3e699f2e61d6d0b940 (patch)
tree4f0754a1f3e88aa351cb5f5e8dc0abf43e9da8c9
parent2afb355e4856b1819af0c54e57d6476656630eca (diff)
docs(changelog): client buffer overflow fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b25246ad..66289e53c 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/)
* fix: ensure ejected pane always has a frame (https://github.com/zellij-org/zellij/pull/1950)
* fix(compact-bar): mouse-click in simplified-ui (https://github.com/zellij-org/zellij/pull/1917)
* fix(themes): black and white inverted (https://github.com/zellij-org/zellij/pull/1953)
+* fix(stability): gracefully handle SSH timeouts and other client buffer overflow issues (https://github.com/zellij-org/zellij/pull/1955)
## [0.33.0] - 2022-11-10