diff --git a/CHANGELOG.md b/CHANGELOG.md index ce447db7..81381487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * debugging: Remove calls to `unwrap` from plugin WASM VM (https://github.com/zellij-org/zellij/pull/1827) * debugging: Improve error handling in `server/route` (https://github.com/zellij-org/zellij/pull/1808) * debugging: Detect plugin version mismatches (https://github.com/zellij-org/zellij/pull/1838) +* feat: add help to cli options (https://github.com/zellij-org/zellij/pull/1839) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)