diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-27 17:07:43 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-27 18:21:18 -0400 |
commit | 47f8652fa467b2d140b1097b3167f968b0188451 (patch) | |
tree | 81fe0931f4715463d87a06752f947bef771c00d0 /CHANGELOG.md | |
parent | e3a07c59b541b4a0b937c62ef38be6d8c011c0a3 (diff) | |
download | cmd2-git-47f8652fa467b2d140b1097b3167f968b0188451.tar.gz |
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 instead1.3.7
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 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 |