diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-04 11:20:03 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-04 11:20:03 -0400 |
commit | 4ebcf42f7fe51216019699b1a9edf2af4f3cb7b6 (patch) | |
tree | 2af397641979d0b490c45709c5915781fa265dbc | |
parent | b22c0bd891ed08c8b09df56df9d91f48166a5e2a (diff) | |
download | cmd2-git-4ebcf42f7fe51216019699b1a9edf2af4f3cb7b6.tar.gz |
Added Python 3.4 EOL notice to CHANGELOG
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 561ddcee..e5142c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written contain a newline or carriage return. This helps when `pyscript` is echoing the output of a shell command since the output will print at the same frequency as when the command is run in a terminal. +* **Python 3.4 EOL notice** + * Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019 + * This is the last release of `cmd2` which will support Python 3.4 ## 0.9.12 (April 22, 2019) * Bug Fixes |