Skip to content

Commit ffcf7a1

Browse files
committed
added changelog for v4.2.0 release
1 parent a0c581f commit ffcf7a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.2.0 - 2023-11-06
2+
--------------------
3+
- Update process.py to close during join only if process has completed.
4+
- Adjust the __repr__ in ApplyResult.
5+
- Remove python 3.7 from CI.
6+
- Added Python 3.12 support.
7+
- Fixed (co_positions): resolve issue caused by absence co_positions (#395).
8+
- Fixed: Replaced mktemp usage for Python 3 from python 2.
9+
- Changed nose test to pytest (#397) in Integration test.
10+
- Changed nose dependency for unit test (#383).
11+
12+
113
4.1.0 - 2022-12-14
214
--------------------
315
- Fixed a python 2 to 3 compat issue which was missed earlier (#374).

0 commit comments

Comments
 (0)