diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-11-11 12:11:08 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-11-11 12:11:08 -0500 |
commit | 8721a3df6fcb49b3c019922c12de408c438e50c1 (patch) | |
tree | f0f12667ec3c97cdfd2d4eb23af8004d87157ba1 /CHANGELOG.md | |
parent | d3a9a6d2fdb99f6fdec064020f7b8a4b4d4e5d13 (diff) | |
download | cmd2-git-8721a3df6fcb49b3c019922c12de408c438e50c1.tar.gz |
Fixed tab completion crash on Windowswin_tab_crash
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af4dc826..dd91f9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.0 (TBD XX, 2020) +* Bug Fixes + * Fixed tab completion crash on Windows + ## 1.3.11 (October 1, 2020) * Bug Fixes * Fixed issue where quoted redirectors and terminators in aliases and macros were not being |