summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-04 14:39:58 -0500
committerGitHub <noreply@github.com>2018-01-04 14:39:58 -0500
commit5f976639ee947a83dadf888e1307401980d01434 (patch)
treed54727ea2ee18d256f5559cfaa991abb8158a243 /CHANGELOG.md
parent63b0c6b3a92cab837a71bbad78e777c522823c93 (diff)
parentc447ee4b1bff681396a4c6bff54decd6ce852e55 (diff)
downloadcmd2-git-0.7.9.tar.gz
Merge pull request #243 from python-cmd2/release_prep0.7.9
Abandoned official support for Python 3.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c40babb..afb13842 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,12 @@
-## 0.7.9 (TBD)
+## 0.7.9 (January 4, 2018)
* Bug Fixes
* Fixed a couple broken examples
* Enhancements
* Improved documentation for modifying shortcuts (command aliases)
* Made ``pyreadline`` a dependency on Windows to ensure tab-completion works
+* Other changes
+ * Abandoned official support for Python 3.3. It should still work, just don't have an easy way to test it anymore.
## 0.7.8 (November 8, 2017)