summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45d5844f..253ceaa2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,11 @@
-## 0.8.3 (April 10, 2018)
+## 0.8.4 (April 10, 2018)
+* Bug Fixes
+ * Fixed conditional dependency issue in setup.py that was in 0.8.3.
+
+## 0.8.3 (April 09, 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.