From 9135eceac166066f440ce353982b8129689a5159 Mon Sep 17 00:00:00 2001 From: har7an <99636919+har7an@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:45:36 +0000 Subject: [PATCH] changelog: mention PR 1770 to improve error handling in screen thread private functions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9051bc8c..d17cb305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) * fix: Server panics when writing to suppressed pane (https://github.com/zellij-org/zellij/pull/1749) +* debugging: Improve error handling in screen thread private functions (https://github.com/zellij-org/zellij/pull/1770) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)