From 31d741263cf8dbbab463374d300349d00d1b93af Mon Sep 17 00:00:00 2001 From: har7an <99636919+har7an@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:40:41 +0000 Subject: [PATCH] docs(changelog): error handling in screen --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e616f268..76d40c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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) + ## [0.31.4] - 2022-09-09 * 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)