summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 403669ae..919142b0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,9 +7,11 @@ News
*Release date: TBD*
* Bug Fixes
- * Fixed some timing bugs when running unit tests in parallel by using monkeypatch
+ * Case-sensitive command parsing was completely broken and has been fixed
+ * <Ctrl>+D now properly quits when case-sensitive command parsing is enabled
* Fixed some pyperclip clipboard interaction bugs on Linux
-
+ * Fixed some timing bugs when running unit tests in parallel by using monkeypatch
+
0.7.5
-----