summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-10-26 06:53:42 +0000
committerGitHub <noreply@github.com>2022-10-26 06:53:42 +0000
commiteed9541a74879e1ec683beda13ccfda7e63bfa88 (patch)
tree3998284b222d060f84e066a6ba8236ded4949a61 /CHANGELOG.md
parentbb9437ff6c886274492f24b0dc5ef61af2890aaa (diff)
changelog: Add PR #1840
improve error handling in `zellij_server::pty`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09d4d74bf..a406d5d09 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 `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840)
+
## [0.32.0] - 2022-10-25
* BREAKING CHANGE: switch config/layout/theme language to KDL (https://github.com/zellij-org/zellij/pull/1759)