summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-14 11:19:43 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-14 11:19:43 -0400
commitf886e40365efce68ec43386bf80b9a587b6bade7 (patch)
tree9ea4e758d695c7ccf84b5dfcd41de1efe44668ea
parent04340d17da90002e3c521bf3339d28b5ef9acfbd (diff)
downloadcmd2-git-f886e40365efce68ec43386bf80b9a587b6bade7.tar.gz
Fixed a Markdown formatting error in CHANGES.md
-rw-r--r--CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3006d60d..56983a07 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,12 +8,12 @@ News
* Bug Fixes
* Case-sensitive command parsing was completely broken and has been fixed
- * <Ctrl>+D now properly quits when case-sensitive command parsing is enabled
+ * ``<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
* Enhancements
* Enhanced tab-completion of cmd2 command names to support case-insensitive completion
-
+
0.7.5
-----
@@ -57,7 +57,7 @@ News
* Other changes
* Removed pause command
* Added a dependency on the **pyperclip** module
-
+
0.7.3
-----