From c13988c56aa6eff85a0ed69fb17c7419b854ad97 Mon Sep 17 00:00:00 2001 From: John Gee Date: Wed, 26 Jun 2019 19:50:46 +1200 Subject: [PATCH] Add #963 to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3aff4ff4..5eb5f7c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * Add executable arguments to spawn in win32, for git-style executables (#611) * e.g. `--harmony` * Add parent command as prefix of subcommand in help (#980) + * Add optional custom description to `.version` (#963) + * Add `.helpOption(flags, description)` routine to customise help flags and description (#963) 2.20.0 / 2019-04-02 ==================