summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-10-28 14:44:31 +0000
committerGitHub <noreply@github.com>2022-10-28 14:44:31 +0000
commitaa7fe853d67827e7182b38b63b5742ed4b19ea6e (patch)
tree55ba7ac7bb41f2670ec6d9543227629823c1f30e
parent6ae18b418724b16a04d04c5a480120b49a5ff595 (diff)
changelog: Add PR #1872
Remove calls to `unwrap` in `zellij_server::pty_writer`
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b01b0ede..60b13744f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873)
* feat: support multiple themes in one file (https://github.com/zellij-org/zellij/pull/1855)
* debugging: Remove calls to unwrap in `zellij_server::ui::*` (https://github.com/zellij-org/zellij/pull/1870)
+* debugging: Remove calls to unwrap in `zellij_server::pty_writer` (https://github.com/zellij-org/zellij/pull/1872)
## [0.32.0] - 2022-10-25