summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dd2d0c57..b63191ae 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,17 @@ News
*Release date: TBD*
+* Bug Fixes
+ * `case_insensitive` is no longer a runtime-settable parameter, but it was still listed as such
+ * Fixed a recursive loop bug when abbreviated commands are enabled and it could get stuck in the editor forever
+ * Added additional command abbreviations to the "exclude from history" list
+ * Fixed argparse_example.py and pirate.py examples and transcript_regex.txt transcript
+* Enhancements
+- Organized all attributes used to configure the ParserManager into a single location
+- Set the default value of `abbrev` to `False` (which controls whether or not abbreviated commands are allowed)
+ - With good tab-completion of command names, using abbreviated commands isn't a particularly useful feature
+ - And it can create problems
+
0.7.4
-----