Skip to content

Commit 4f179ab

Browse files
authored
feat(changelog): add 3.0.1 notes
[skip ci]
1 parent 880beb5 commit 4f179ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)