Skip to content

Commit 1fdf6e0

Browse files
authored
Update CHANGELOG.md
1 parent 7222d6d commit 1fdf6e0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.0.0] - 2023-02-10
2+
### Changed
3+
- run and runString now return a promise instead of a using a callback.
4+
- This is somewhat backwards compatible with previous behavior
5+
16
## [3.0.1] - 2021-10-09
27
### Fixed
38
- 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)

0 commit comments

Comments
 (0)