diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ada12f..1b41df31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Bug Fixes * Fixed issue where quoted redirectors and terminators in aliases and macros were not being restored when read from a startup script. + * Fixed issue where instantiating more than one cmd2-based class which uses the `@as_subcommand_to` + decorator resulted in duplicated help text in the base command the subcommands belong to. ## 1.3.10 (September 17, 2020) * Enhancements |