summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-02 11:42:55 +0200
committerGitHub <noreply@github.com>2023-08-02 11:42:55 +0200
commitf75033e1c387b4ac8b64bde0ebcc70919cf0d316 (patch)
treece012d1449eacd2f10a980d07b2639196f2e92a7
parent192e6fd31ece0c73f8962f4af620a2757a2c1a2e (diff)
docs(changelog): break pane to new tab
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa957baaf..bbd4495f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): make plugins configurable (https://github.com/zellij-org/zellij/pull/2646)
* fix(terminal): occasional glitches while changing focus (https://github.com/zellij-org/zellij/pull/2654)
* feat(plugins): add utility functions to get focused tab/pane (https://github.com/zellij-org/zellij/pull/2652)
+* feat(ui): break pane to new tab and move panes between tabs (https://github.com/zellij-org/zellij/pull/2664)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)