diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-10 12:39:04 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-10 12:39:04 -0400 |
commit | e6195a26e6458c4e60a8cc070b004df8584cd9c0 (patch) | |
tree | 93f61aa071f2c13af3dd10c051a8793a71836f06 | |
parent | d7e42a05f86d16567532e60927b0da8983a7e49d (diff) | |
download | cmd2-git-e6195a26e6458c4e60a8cc070b004df8584cd9c0.tar.gz |
Added 0.8.3 dependency fix to change log
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 50af1f5f..45d5844f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 0.8.3 (April 09, 2018) +## 0.8.3 (April 10, 2018) * Bug Fixes * Fixed ``help`` command not calling functions for help topics * Fixed not being able to use quoted paths when redirecting with ``<`` and ``>`` + * Fixed conditional dependency issue in setup.py that was in first release of 0.8.3. * Enhancements * Tab completion has been overhauled and now supports completion of strings with quotes and spaces. |