summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-25 18:29:14 +0200
committerGitHub <noreply@github.com>2023-08-25 18:29:14 +0200
commit07433eb6dcdb39746b3ce19eae1bd8b04efc97c7 (patch)
tree1ccb93747afa8ff3c01b3eeb332aac181f8f4960
parent8c2a4e8429a29c554a824dad30aa36c98b932003 (diff)
docs(changelog): fix plugin configuration uniqueness
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fc929e41..9b2231d10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(rendering): occasional glitches while resizing (https://github.com/zellij-org/zellij/pull/2621)
* fix(rendering): colored paneframes in mirrored sessions (https://github.com/zellij-org/zellij/pull/2625)
* fix(sessions): use custom lists of adjectives and nouns for generating session names (https://github.com/zellij-org/zellij/pull/2122)
-* feat(plugins): make plugins configurable (https://github.com/zellij-org/zellij/pull/2646)
+* feat(plugins): make plugins configurable (https://github.com/zellij-org/zellij/pull/2646 and https://github.com/zellij-org/zellij/pull/2727)
* 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)