summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-08-12 23:28:33 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-08-12 23:28:33 -0400
commit594bb56e880281097faafc0ee860a59303a50607 (patch)
tree19e8d4488d5424c4acf1c1ad4fe6c4012dd3c218 /CHANGELOG.md
parentd12a601edb21ae1e9e637d820d1e53c4d3e90c45 (diff)
downloadcmd2-git-594bb56e880281097faafc0ee860a59303a50607.tar.gz
Add unit test and update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff37f57b..9fe99019 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
* Renamed `install_command_set()` and `uninstall_command_set()` to `register_command_set()` and
`unregister_command_set()` for better name consistency.
* Bug Fixes
+ * Fixed help formatting bug in `Cmd2ArgumentParser` when `nargs` > 1 and `metavar` is a tuple
* 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