summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-05 22:38:30 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-05 22:38:30 -0400
commitc9a86077c97c4341731adbcb5829461f605718b9 (patch)
treebfe67f6acb6636e56aa6dcc031ef4b26c103551f
parent1cf0e9c1786a1c37445041407bd7d86831c9bace (diff)
parent4ebcf42f7fe51216019699b1a9edf2af4f3cb7b6 (diff)
downloadcmd2-git-c9a86077c97c4341731adbcb5829461f605718b9.tar.gz
Merge branch 'master' into macro_refactor
-rw-r--r--CHANGELOG.md3
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