summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-17 12:02:59 +0200
committerGitHub <noreply@github.com>2023-10-17 12:02:59 +0200
commit41e953f17705be2b9834523a156a93be2518b444 (patch)
tree650029ff7850d2750ff54c0b0f7fd4313f0472ff
parent69eb904426e64649fc7228b0d6803469911267d7 (diff)
docs(changelog): esc drop to shell in command panes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ae311d74..e12fe03de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)