summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0dd2f6..adecfe2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -881,6 +881,9 @@ Library
`sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common
code was moved from _hashopenssl.c to hashlib.h.
+- ctypes.call_commethod was removed, since its only usage was in the defunct
+ samples directory.
+
Extension Modules
-----------------