summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-13 12:20:41 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-13 12:20:41 -0400
commitac26caeccfd525c5ff81aa0ade0164c40faeef4c (patch)
tree8faed77f34a8c8f4be114b34b536e6c9ab8e6154 /CHANGELOG.md
parent96f589bfc07af3d6ac569f87639551005ec5a5cd (diff)
downloadcmd2-git-ac26caeccfd525c5ff81aa0ade0164c40faeef4c.tar.gz
Fixed tab completion bug when using CompletionItem on an argument whose metavar is a tuple
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 a7b02c30..7361e195 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
`unregister_command_set()` for better name consistency.
* Bug Fixes
* Fixed help formatting bug in `Cmd2ArgumentParser` when `metavar` is a tuple
+ * Fixed tab completion bug when using `CompletionItem` on an argument whose `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