summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-07-25 10:05:19 +0200
committerGitHub <noreply@github.com>2023-07-25 10:05:19 +0200
commit5601766225be677549af8e16dd565c7c20f76b87 (patch)
treed3412b44b7959361e645ed147f32546ed94bd2e6
parentc95d0e769f31b21f5e2d4aaf6465468344f1bfd6 (diff)
docs(changelog): configurable plugins
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db02f9d62..7b851e897 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,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)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)