summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 20:51:16 -0500
committerGitHub <noreply@github.com>2017-11-15 20:51:16 -0500
commit0dc5c47aee145986f25506df2827cc6bd860cc75 (patch)
tree4fe227d918699d2a95f7aed2c9ad9a0dd3f0f9de
parentf72f36a958a977022f13cd47f4b09a977c6ce42f (diff)
parent161b611cedc9d3c3968063031a1db9765c44ea85 (diff)
downloadcmd2-git-0dc5c47aee145986f25506df2827cc6bd860cc75.tar.gz
Merge pull request #239 from python-cmd2/update_changelog
Just updated changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc5afd1f..e2724bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.7.9 (TBD)
+
+* Bug Fixes
+ * Fixed a couple broken examples
+* Enhancements
+ * Improved documentation for modifying shortcuts (command aliases)
+
## 0.7.8 (November 8, 2017)
* Bug Fixes