summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-01 16:43:42 +0200
committerGitHub <noreply@github.com>2021-09-01 16:43:42 +0200
commit6ec51952d0593d414498a507c53b227ab88dfa64 (patch)
tree361ec265996b92ade891fa5aac6d19701a31af96 /CHANGELOG.md
parent18dca848e6c4d59bc7c672a0863158daf8182ef2 (diff)
fix(tabs): force render by index rather than by position (#684)
* fix(tabs): force render by index rather than by position * docs(changelog): document change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1da63b005..11a749673 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* Fix bug when opening new tab the new pane's viewport would sometimes be calculated incorrectly (https://github.com/zellij-org/zellij/pull/683)
+* Fix bug when in some cases closing a tab would not clear the previous pane's contents (https://github.com/zellij-org/zellij/pull/684)
## [0.16.0] - 2021-08-31
* Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620)