- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
  biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
diff --git a/Misc/NEWS b/Misc/NEWS
index c594c96..969b770 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -286,6 +286,9 @@
 
 - Issue #841800: bundlebuilder now works with 'python -O'
 
+- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
+  biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
+
 Tools/Demos
 -----------