Skip to content

Commit fb30c5e

Browse files
committed
Update changelog with GIL escape
1 parent 5406e27 commit fb30c5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
10+
version 1.2.0-dev
11+
-----------------
12+
+ Escape GIL when calling inflate, deflate, crc32 and adler32 functions to
13+
just like in CPython. This allows for utilising more CPU cores in combination
14+
with the threading module. This comes with a very slight cost in efficiency
15+
for strict single-threaded applications.
16+
1017
version 1.1.0
1118
-----------------
1219
+ Added tests and support for Python 3.11.

0 commit comments

Comments
 (0)