summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-09-27 16:43:41 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-09-27 16:43:41 -0400
commit372c37936b5bfa8dc1911cdf6ca7a24c4f697c4f (patch)
treea7cd39b159d8af8c1a5a8df0ae70e12339b06fc9
parent1f54b1adb54b1eefa6335f6e569a51fb2d44386f (diff)
downloadcmd2-git-372c37936b5bfa8dc1911cdf6ca7a24c4f697c4f.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8135a086..c59818b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
## 0.9.18 (TBD, 2019)
* Bug Fixes
* Fixed bug introduced in 0.9.17 where help functions for hidden and disabled commands were not being filtered
- out as help topics
+ out as help topics
+* Enhancements
+ * `AutoCompleter` now handles argparse's mutually exclusive groups. It will not tab complete flag names or positionals
+ for already completed groups. It also will print an error if you try tab completing a flag's value if the flag
+ belongs to a completed group.
## 0.9.17 (September 23, 2019)
* Bug Fixes