diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-14 11:19:43 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-14 11:19:43 -0400 |
commit | f886e40365efce68ec43386bf80b9a587b6bade7 (patch) | |
tree | 9ea4e758d695c7ccf84b5dfcd41de1efe44668ea | |
parent | 04340d17da90002e3c521bf3339d28b5ef9acfbd (diff) | |
download | cmd2-git-f886e40365efce68ec43386bf80b9a587b6bade7.tar.gz |
Fixed a Markdown formatting error in CHANGES.md
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ----- |