summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a3ae12..4d78c7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -284,6 +284,8 @@ C-API
Extension Modules
-----------------
+- Issue #4279: Fix build of parsermodule under Cygwin.
+
- Issue #4751: hashlib now releases the GIL when hashing large buffers
(with a hardwired threshold of 2048 bytes), allowing better parallelization
on multi-CPU systems. Contributed by Lukas Lueg (ebfe) and Victor Stinner.