Skip to content

Commit 4ebcf42

Browse files
committed
Added Python 3.4 EOL notice to CHANGELOG
1 parent b22c0bd commit 4ebcf42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* `StdSim.buffer.write()` now flushes when the wrapped stream uses line buffering and the bytes being written
66
contain a newline or carriage return. This helps when `pyscript` is echoing the output of a shell command
77
since the output will print at the same frequency as when the command is run in a terminal.
8+
* **Python 3.4 EOL notice**
9+
* Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019
10+
* This is the last release of `cmd2` which will support Python 3.4
811

912
## 0.9.12 (April 22, 2019)
1013
* Bug Fixes

0 commit comments

Comments
 (0)