You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
## [3.0.1] - 2021-10-09
2
7
### Fixed
3
8
- 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