diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 161a058d..f2ba2710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.5 (TBD) +* Bug Fixes + * Fixed `RecursionError` when printing an `argparse.Namespace` caused by custom attribute cmd2 was adding +* Enhancements + * Added `get_statement()` function to `argparse.Namespace` which returns `__statement__` attribute + ## 1.3.4 (August 20, 2020) * Bug Fixes * Fixed `AttributeError` when `CommandSet` that uses `as_subcommand_to` decorator is loaded during |