summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-11-12 13:26:19 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-11-12 13:26:19 -0500
commit59528a925300d67d05b5504441e0a4d7ea072acc (patch)
tree5dc896dd8b85b25545a77cd71f1d953fa967ed46 /CHANGELOG.md
parentd4dc6b6a98fdb44b08701a3826ee88b6c22b72fd (diff)
downloadcmd2-git-59528a925300d67d05b5504441e0a4d7ea072acc.tar.gz
Fixed bug where setting always_show_hint=True did not show a hint when completing Settablessettable_hint
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d20e678c..82b72ba4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.4.1 (TBD, 2020)
+* Bug Fixes
+ * Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables`
+
## 1.4.0 (November 11, 2020)
* Bug Fixes
* Fixed tab completion crash on Windows