diff options
-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. |