Skip to content

Commit 502bb3d

Browse files
authored
feat(changelog): add 3.0.1 notes
[skip ci]
1 parent fd08776 commit 502bb3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.1] - 2021-10-09
2+
### Fixed
3+
- Previously when you called the kill method the terminated attribute was always set to true, regardless of whether the process was actually killed. Now the terminated boolean is set to true if kill succeeds, false otherwise. [#255](https://github.com/extrabacon/python-shell/issues/255)
4+
15
## [3.0.0] - 2021-03-07
26
### Changed
37
- **BREAKING** Default python path changed back to `python` on Windows. [#237](https://github.com/extrabacon/python-shell/issues/237)

0 commit comments

Comments
 (0)