From c809e2b8b0babe3209a8db444712c41dec722cd3 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 22 Apr 2021 20:56:57 +0200 Subject: [PATCH] docs(changelog): update ui fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ac461d..c1c693ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Terminal fix: do not clear line if it's not there (https://github.com/zellij-org/zellij/pull/289) * Do not allow opening new pane on the status bar (https://github.com/zellij-org/zellij/pull/314) * Allow scrolling by full pages (https://github.com/zellij-org/zellij/pull/298) -* Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293) +* Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293) +* Draw UI properly when instantiated as the default terminal command (https://github.com/zellij-org/zellij/pull/323) ## [0.5.0] - 2021-04-20 Beta release with all the things