summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-31 10:32:54 +0200
committerGitHub <noreply@github.com>2023-08-31 10:32:54 +0200
commitf42a2dc7f9ce31633612cc892c86baa02eaeb6ab (patch)
treea1c4914f542bcaec7b2c6bbbe62ffd154d902c18
parentad3594a5827564a2d27cf430d82754763a1d6080 (diff)
docs(changelog): input action new pane fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7784e43f..1ddcbf9b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(status-bar): add break tab hints (https://github.com/zellij-org/zellij/pull/2748)
* fix(reconnect): glitches on windows terminal (https://github.com/zellij-org/zellij/pull/2750)
* fix(grid): memory leak with unfocused tabs (https://github.com/zellij-org/zellij/pull/2745)
+* fix(input): enforce ordering of actions after opening a new pane (https://github.com/zellij-org/zellij/pull/2757)
## [0.38.0] - 2023-08-28
* fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)