From 857fc93c50340d65fa7b7b9a6565802c4d5ecf0e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 2 Sep 2022 15:32:36 +0200 Subject: [PATCH] docs(changelog): client crash recovery --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d206a0d0..51e39282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671) * fix: bracketed paste handling regression (https://github.com/zellij-org/zellij/pull/1689) * fix: occasional startup crashes (https://github.com/zellij-org/zellij/pull/1706) - +* fix: gracefully handle SSH disconnects (https://github.com/zellij-org/zellij/pull/1710) +* ## [0.31.3] - 2022-08-18 * HOTFIX: fix up-arrow regression