summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-10-07 10:00:08 +0000
committerGitHub <noreply@github.com>2022-10-07 10:00:08 +0000
commitcb926119bc5e180c78f2f754bc61532645c3b5b4 (patch)
treed0ad7ebc44867e22a2b6694bb4ecef107bf5e622
parent39f33a9a9a47bd7e22bff4c1ec3a0a1456ca30e8 (diff)
changelog: Add PR 1775
which improves error formatting in `server/thread_bus` and removes calls to `unwrap`, too.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e420fa8a..2961ca93d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* debugging: Improve error format in server/thread_bus (https://github.com/zellij-org/zellij/pull/1775)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)