summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-09-09 13:40:41 +0000
committerGitHub <noreply@github.com>2022-09-09 13:40:41 +0000
commit31d741263cf8dbbab463374d300349d00d1b93af (patch)
tree929f2e03e1e3f431e11fd3f7eb10180a432fa426
parent99e2bef8c68bd166cf89e90c8ffe8c02272ab4d3 (diff)
docs(changelog): error handling in screen
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e616f2689..76d40c848 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)