docs(changelog): esc drop to shell in command panes

This commit is contained in:
Aram Drevekenin 2023-10-17 12:02:59 +02:00 committed by GitHub
parent 69eb904426
commit 41e953f177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798)
* feat(plugins): plugin command API for executing commands in the background (https://github.com/zellij-org/zellij/pull/2862)
* feat(ui): cyberpunk themes (https://github.com/zellij-org/zellij/pull/2868)
* feat(ux): add ESC option to drop to shell in command panes (https://github.com/zellij-org/zellij/pull/2872)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)