summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-23 10:13:28 +0100
committerGitHub <noreply@github.com>2022-11-23 10:13:28 +0100
commit00fedafa38daca7a463d3d1b8b29fd74d47327c8 (patch)
tree79bb0b36b830f5475bf9cb1af1ca9284ecea5b51
parentb0218f4d501cd037292ca926c07657a24a52213d (diff)
docs(changelog): server/client crash fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5624849d4..cb1d363d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(stability): gracefully handle SSH timeouts and other client buffer overflow issues (https://github.com/zellij-org/zellij/pull/1955)
* fix: empty session name (https://github.com/zellij-org/zellij/pull/1959)
* plugins: Cache plugins, don't load builtin plugins from disk (https://github.com/zellij-org/zellij/pull/1924)
+* fix: server on longer crashes on client crash (https://github.com/zellij-org/zellij/pull/1965)
## [0.33.0] - 2022-11-10