diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-06 14:45:55 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-10 23:00:09 -0400 |
commit | 9d314de00100642679abda2cd5e7e0302cde9679 (patch) | |
tree | 3ab8965c096f6953ced2a0c82b28e89862cdb686 /CHANGELOG.md | |
parent | faaf79b695a4ee91634d166dd050d2a28bb65632 (diff) | |
download | cmd2-git-9d314de00100642679abda2cd5e7e0302cde9679.tar.gz |
Adding explicit python 3.5.3 test to nox, travis.
Copied 3.5.4 definition of typing.Deque
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. |