From 9b5a98825a9b00807a40494e8c634c392077ccd2 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 25 Aug 2020 01:46:04 -0400 Subject: Fixed RecursionError when printing an argparse.Namespace caused by custom attribute cmd2 was adding Added get_statement() function to argparse.Namespace which returns __statement__ attribute --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1