From ea7074a91736421d2737e3f6fed32607533d87da Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Mon, 8 Jan 2024 17:35:15 +0100 Subject: [PATCH] CHANGELOG: Add PR #3040. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ee0b93ce..ba591488de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): display errors properly (https://github.com/zellij-org/zellij/pull/2975) * feat(terminal): implement synchronized renders (https://github.com/zellij-org/zellij/pull/2977) * perf(plugins): improve plugin download & load feature (https://github.com/zellij-org/zellij/pull/3001) +* feat(xtask): allow publishing without pushing changes (https://github.com/zellij-org/zellij/pull/3040) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)