From eed9541a74879e1ec683beda13ccfda7e63bfa88 Mon Sep 17 00:00:00 2001 From: har7an <99636919+har7an@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:53:42 +0000 Subject: [PATCH] changelog: Add PR #1840 improve error handling in `zellij_server::pty` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d4d74b..a406d5d0 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)