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 4c95a12..43864ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -861,6 +861,8 @@ Tests
Build
-----
+- Issue #17029: Let h2py search the multiarch system include directory.
+
- Issue #16953: Fix socket module compilation on platforms with
HAVE_BROKEN_POLL. Patch by Jeffrey Armstrong.