diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba8c53c..284c52d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.3.3 (TBD) +* Bug Fixes + * Added explicit testing against python 3.5.3 for Debian 9 support. + * Added fallback definition of typing.Deque (taken from 3.5.4) +* Other + * Added missing doc-string for new cmd2.Cmd __init__ parameters + introduced by CommandSet enhancement + ## 1.3.2 (August 10, 2020) * Bug Fixes * Fixed `prog` value of subcommands added with `as_subcommand_to()` decorator. |