From f23108f63f83312c20504b4002727fd01dcec0a2 Mon Sep 17 00:00:00 2001 From: har7an <99636919+har7an@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:16:27 +0000 Subject: [PATCH] changelog: Add PR #1870 Remove calls to `unwrap` in `zellij_server::ui::*` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670700058..6b01b0ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869) * 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) ## [0.32.0] - 2022-10-25