summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-30 18:11:40 +0100
committerGitHub <noreply@github.com>2023-11-30 18:11:40 +0100
commit7c841251f61fbf2b5cea37f88b9a7c8cb9990aef (patch)
tree9637696ac9c073d7c8a1ec008275ef801f8a6be9
parentb0f36540fe3cb439fd0981cbb1ef5df6668ddbdf (diff)
docs(changelog): skip plugin cache flag
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6f8a00c4..a85346ee3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)