summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-10-01 11:34:31 -0400
committerGitHub <noreply@github.com>2020-10-01 11:34:31 -0400
commitc36569c890a9e3b2f25e7c232badd06fd0ca5af5 (patch)
treec7191a4de75b13e9ee074770838aa32a5ca0b3c8 /CHANGELOG.md
parentad646aa05031121db825cb9a963452b7327f7bc7 (diff)
parent457ee75d83e35c5dae397b8c001b74600e286eac (diff)
downloadcmd2-git-c36569c890a9e3b2f25e7c232badd06fd0ca5af5.tar.gz
Merge pull request #1005 from python-cmd2/duplicate_subcommand
Fixed duplicate help text of subcommands
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