diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12478a29..5c65bb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.8 (August 28, 2020) +* Bug Fixes + * Fixed issue where subcommand added with `@as_subcommand_to` decorator did not display help + when called with `-h/--help`. +* Enhancements + * `add_help=False` no longer has to be passed to parsers used in `@as_subcommand_to` decorator. + Only pass this if your subcommand should not have the `-h/--help` help option (as stated in + argparse documentation). + ## 1.3.7 (August 27, 2020) * Bug Fixes * Fixes an issue introduced in 1.3.0 with processing command strings containing terminator/separator |