diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 14:39:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-04 14:39:58 -0500 |
| commit | 5f976639ee947a83dadf888e1307401980d01434 (patch) | |
| tree | d54727ea2ee18d256f5559cfaa991abb8158a243 /CHANGELOG.md | |
| parent | 63b0c6b3a92cab837a71bbad78e777c522823c93 (diff) | |
| parent | c447ee4b1bff681396a4c6bff54decd6ce852e55 (diff) | |
| download | cmd2-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.md | 4 |
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) |
