From 7c841251f61fbf2b5cea37f88b9a7c8cb9990aef Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 30 Nov 2023 18:11:40 +0100 Subject: [PATCH] docs(changelog): skip plugin cache flag --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f8a00c..a85346ee 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)