summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-26 15:31:08 +0100
committerGitHub <noreply@github.com>2024-02-26 15:31:08 +0100
commiteba597afc5373fc02062adf296be70db04ee9725 (patch)
tree6da2318a65ea14e70e634c910e27a63697568004
parent21273ac95a2fed6b07d8550fe2d4f65993be7037 (diff)
docs(changelog): plugin aliases
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16398cc59..2ea778ee5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(plugins): avoid crash when attaching to a session with a since-deleted cwd (https://github.com/zellij-org/zellij/pull/3126)
* fix(panes): break pane to new tab regression (https://github.com/zellij-org/zellij/pull/3130)
* feat: add moving tab to other position (https://github.com/zellij-org/zellij/pull/3047)
+* feat(plugins): introduce plugin aliases (https://github.com/zellij-org/zellij/pull/3157)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)