summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-10-06 06:54:47 +0000
committerGitHub <noreply@github.com>2022-10-06 06:54:47 +0000
commitbc04983f060132bdc107ea2326411d329ee7dc6b (patch)
tree760b99fd054c7fb28a9ec1094ad83eb6bf30389c
parent6715f4629c664885e0800da76cd73ca470705b27 (diff)
changelog: Add pull 1748
which removes calls to `unwrap` in `zellij_server::tab`.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54c26ecee..4e420fa8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: Server panics when writing to suppressed pane (https://github.com/zellij-org/zellij/pull/1749)
* debugging: Improve error handling in screen thread private functions (https://github.com/zellij-org/zellij/pull/1770)
* fix(nix): add DiskArbitration and Foundation to darwin builds (https://github.com/zellij-org/zellij/pull/1724)
+* debugging: Remove calls to `panic` in server/tab (https://github.com/zellij-org/zellij/pull/1748)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)