summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-10 12:59:32 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-10 12:59:32 -0400
commit322a7c2c36e4efd345a3d57dd09aea3200e0656b (patch)
treef60cfbd56f9dcb9754be9cf22f288a4dbcc6f689 /CHANGELOG.md
parente6195a26e6458c4e60a8cc070b004df8584cd9c0 (diff)
downloadcmd2-git-0.8.4.tar.gz
Preparing for 0.8.4 release0.8.4
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.