summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-19 21:07:44 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-19 21:38:22 -0400
commit30d010f62196ff082bf243a4c460517cb70c70f2 (patch)
treef51eee6bde1a2f1a7f3a264a6e67a3bd1743d469 /CHANGELOG.md
parent5dd2d03ef35a3d33ff53d82c8039d68e263246ee (diff)
downloadcmd2-git-30d010f62196ff082bf243a4c460517cb70c70f2.tar.gz
Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is loaded during cmd2.Cmd.__init__().
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd8d29ba..292c9115 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.3.4 (TBD)
+* Bug Fixes
+ * Fixed `AttributeError` when `CommandSet` that uses `as_subcommand_to` decorator is loaded during
+ `cmd2.Cmd.__init__()`.
+
## 1.3.3 (August 13, 2020)
* Breaking changes
* CommandSet command functions (do_, complete_, help_) will no longer have the cmd2 app