diff --git a/CHANGELOG.md b/CHANGELOG.md index 742103fed2..031ba79c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * perf(plugins): improve plugin download & load feature (https://github.com/zellij-org/zellij/pull/3001) * chore: bump Rust toolchain to 1.75.0 (https://github.com/zellij-org/zellij/pull/3039) * feat(plugins): introduce pipes to control data flow to plugins from the command line (https://github.com/zellij-org/zellij/pull/3066) +* 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)