docs(changelog): input action new pane fix

This commit is contained in:
Aram Drevekenin 2023-08-31 10:32:54 +02:00 committed by GitHub
parent ad3594a582
commit f42a2dc7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)