From 30d010f62196ff082bf243a4c460517cb70c70f2 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 19 Aug 2020 21:07:44 -0400 Subject: Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is loaded during cmd2.Cmd.__init__(). --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1