summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 20:51:01 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-02 20:51:01 -0500
commitb657b45dcca6687da43639c49e65ce4b16303d3d (patch)
treeb4647b2bef6f9ba914d6711e5ddeebd82655fb7f /CHANGELOG.md
parent40b52252a3108c8989afd6ca7e64ce9d4116cb4f (diff)
downloadcmd2-git-b657b45dcca6687da43639c49e65ce4b16303d3d.tar.gz
Removed support for case-insensitive command parsing
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 c522b7a8..aec8e5a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,9 @@
* See [tab_completion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_completion.py)
* Attributes Removed (**can cause breaking changes**)
* ``abbrev`` - Removed support for abbreviated commands
- * Good tab completion makes this unnecessary
+ * Good tab completion makes this unnecessary and its presence could cause harmful unintended actions
+ * ``case_insensitive`` - Removed support for case-insensitive command parsing
+ * Its presence wasn't very helpful and could cause harmful unintended actions
## 0.8.0 (February 1, 2018)
* Bug Fixes