From e6a9a1c972e5e6195278966c6b134a2f450465e1 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 4 Sep 2020 01:02:53 -0400 Subject: Added always_show_hint setting Fixed issue where flag names weren't always sorted correctly in argparse tab completion --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9c1ca6..3ac4ead0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.4.0 (TBD, 2020) +* Enhancements + * Added user-settable option called `always_show_hint`. If True, then tab completion hints will always + display even when tab completion suggestions print. Arguments whose help or hint text is suppressed will + not display hints even when this setting is True. +* Bug Fixes + * Fixed issue where flag names weren't always sorted correctly in argparse tab completion + ## 1.3.9 (September 03, 2020) * Breaking Changes * `CommandSet.on_unregister()` is now called as first step in unregistering a `CommandSet` and not -- cgit v1.2.1