summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-21 20:28:30 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-02-21 20:28:30 -0500
commitbefeaafa59acd86fd5b467dc459e8df131bf03eb (patch)
treed4dda51dc5ddbd1c691a79b7adb3ad489d6f6db5
parentfa5e64d675ad390d1e5511a2ee698f177637b376 (diff)
downloadcmd2-git-befeaafa59acd86fd5b467dc459e8df131bf03eb.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d3b4c32..5b034faa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-## 0.9.9 (TBD, 2019)
+## 0.9.9 (February 21, 2019)
* Bug Fixes
* Fixed bug where the ``set`` command was not tab completing from the current ``settable`` dictionary.
+* Enhancements
+ * Changed edit command to use do_shell() instead of calling os.system()
## 0.9.8 (February 06, 2019)
* Bug Fixes