summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorraphCode <15750438+raphCode@users.noreply.github.com>2022-09-14 17:33:46 +0200
committerGitHub <noreply@github.com>2022-09-14 17:33:46 +0200
commit65d12c4b9bd253a73756d384729463fa634e2b32 (patch)
tree8017c3b0195665cd0ca4563654abc94a9a1555bc /CHANGELOG.md
parent31d741263cf8dbbab463374d300349d00d1b93af (diff)
Don't send the server an exit signal when client panics (#1731)
* Don't send the server an exit signal when client crashes * Update changelog
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 76d40c848..2931e5dc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* debugging: Improve error handling in screen thread (https://github.com/zellij-org/zellij/pull/1670)
+* fix: Server exits when client panics (https://github.com/zellij-org/zellij/pull/1731)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)