summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-07-12 20:37:03 +0200
committerGitHub <noreply@github.com>2023-07-12 20:37:03 +0200
commit024fb2d22d1b561b6fe64d1e110297df8113a1b9 (patch)
tree300e9ee3c3b04d25f9222a0dafff6680917a6fb7
parent0825cb65a79c03a473b87bfbab82ffdb2aef9fea (diff)
docs(changelog): resize glitches fix
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 452e938df..71d30f44e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)
-* feat(status-bar): supermode to prevent colliding keybindings
+* feat(status-bar): supermode to prevent colliding keybindings (https://github.com/zellij-org/zellij/pull/2619)
+* fix(rendering): occasional glitches while resizing (https://github.com/zellij-org/zellij/pull/2621)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)