From 07433eb6dcdb39746b3ce19eae1bd8b04efc97c7 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 25 Aug 2023 18:29:14 +0200 Subject: [PATCH] docs(changelog): fix plugin configuration uniqueness --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc929e4..9b2231d1 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)