From 47f8652fa467b2d140b1097b3167f968b0188451 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Thu, 27 Aug 2020 17:07:43 -0400 Subject: the with_argparse() decorator was incorrectly using a parsed statement object to search for the original function arguments. Switched to search for the original statement value instead --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index acb29c93..12478a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.7 (August 27, 2020) +* Bug Fixes + * Fixes an issue introduced in 1.3.0 with processing command strings containing terminator/separator + character(s) that are manually passed to a command that uses argparse. + ## 1.3.6 (August 27, 2020) * Breaking changes * The functions cmd2 adds to Namespaces (`get_statement()` and `get_handler()`) are now -- cgit v1.2.1