From 63cf3a6b01734b449c084d6da7b4022bbe6519ef Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 24 Oct 2022 00:47:07 +0900 Subject: [PATCH] docs(changelog): add help to cli options --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)