summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-03-25 15:42:15 +0100
committerGitHub <noreply@github.com>2022-03-25 15:42:15 +0100
commit05e6579508da0fa893496122701e0586ed464d96 (patch)
treefee578283f754f157426a12ba98ffc4219d6b3f4
parentb5cb5474bb9c6d05b702873c1eac4aca955f2968 (diff)
docs(changelog): tab intermediate crash fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edf5b5b73..eb9db5507 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: Behave properly when embedding floating pane into a fullscreen tiled pane (https://github.com/zellij-org/zellij/pull/1267)
* Fix: various screen crashes in some edge cases (https://github.com/zellij-org/zellij/pull/1269)
* Feat: Add Alt+Arrows quick navigation (https://github.com/zellij-org/zellij/pull/1264)
+* Fix: don't crash on bad intermediate tab state (https://github.com/zellij-org/zellij/pull/1272)
## [0.26.1] - 2022-03-16
* HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)