diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-11 11:42:50 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-11 13:01:25 -0400 |
commit | 4d628ea7573ef9016971dbbf7de9126c6d179227 (patch) | |
tree | 5544a971ce32bc49aada35c3680b88d805d4bd6c /CHANGELOG.md | |
parent | 831197cb0f89c28d00967be6e6dadf15ad147626 (diff) | |
download | cmd2-git-4d628ea7573ef9016971dbbf7de9126c6d179227.tar.gz |
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 284c52d8..ef2745d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## 1.3.3 (TBD) * Bug Fixes - * Added explicit testing against python 3.5.3 for Debian 9 support. + * Added explicit testing against python 3.5.2 for Ubuntu 16.04, and 3.5.3 for Debian 9 * Added fallback definition of typing.Deque (taken from 3.5.4) + * Removed explicit type hints that fail due to a bug in 3.5.2 favoring comment-based hints instead * Other * Added missing doc-string for new cmd2.Cmd __init__ parameters introduced by CommandSet enhancement |