summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bebf2b7..d834e10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,12 @@ Build
- Issue #7705: Fix linking on FreeBSD.
+C-API
+-----
+
+- Issue #7992: A replacement PyCObject API, PyCapsule, has been backported
+ from Python 3.1.
+
Tests
-----