summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-30 20:57:02 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-30 20:57:52 -0400
commit457ee75d83e35c5dae397b8c001b74600e286eac (patch)
treec7191a4de75b13e9ee074770838aa32a5ca0b3c8 /CHANGELOG.md
parentad646aa05031121db825cb9a963452b7327f7bc7 (diff)
downloadcmd2-git-457ee75d83e35c5dae397b8c001b74600e286eac.tar.gz
Fixed issue where instantiating more than one cmd2-based class which uses the @as_subcommand_toduplicate_subcommand
decorator resulted in duplicated help text in the base command the subcommands belong to.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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