diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 19:35:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 19:35:37 -0400 |
commit | 5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a (patch) | |
tree | 075c3bc028e1e9f711c9fa6f63301a418d7ee4c9 /CHANGELOG.md | |
parent | 5dd2d03ef35a3d33ff53d82c8039d68e263246ee (diff) | |
parent | 27b10936b123053accc41f20246a0c027d0cbb66 (diff) | |
download | cmd2-git-5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a.tar.gz |
Merge pull request #980 from python-cmd2/move_module_loading
Fixed AttributeError when loading CommandSet
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
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 |