Skip to content

Commit 3fd0fa9

Browse files
authored
Update CHANGELOG.md
1 parent 4c9e327 commit 3fd0fa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)