summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-08-12 23:51:10 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-08-12 23:51:10 -0400
commit96f589bfc07af3d6ac569f87639551005ec5a5cd (patch)
tree5ea8526ead5090110b11e4d377642f059948563a /CHANGELOG.md
parent594bb56e880281097faafc0ee860a59303a50607 (diff)
downloadcmd2-git-96f589bfc07af3d6ac569f87639551005ec5a5cd.tar.gz
Fixed changelog comment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fe99019..a7b02c30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +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
+ * Fixed help formatting bug in `Cmd2ArgumentParser` when `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