summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-17 20:09:40 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-17 20:09:40 -0400
commited3f9094c013cce618571a8718c76f5e0dbaba3d (patch)
treebfb7bbce00bad232a643c550f95b01831f7c0dc0 /CHANGELOG.md
parentcf9516e5d25df5e4e330f75ab0f800ba8b4217c8 (diff)
parent92b8a38d66d255027a0440c45582d319f2694aab (diff)
downloadcmd2-git-ed3f9094c013cce618571a8718c76f5e0dbaba3d.tar.gz
Merge branch 'master' into silence
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f29e43b7..d1f33931 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,12 @@
-## 1.4.0 (TBD, 2020)
+## 1.3.10 (September 17, 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.
* argparse tab completion now groups flag names which run the same action. Optional flags are wrapped
in brackets like it is done in argparse usage text.
+ * default category decorators are now heritable by default and will propagate the category down the
+ class hierarchy until overridden. There's a new optional flag to set heritable to false.
* Added `--silent` flag to `alias/macro create`. If used, then no confirmation message will be printed
when aliases and macros are created or overwritten.
* Added `--with_silent` flag to `alias/macro list`. Use this option when saving to a startup script