- Added support for linking the bsddb module against BerkeleyDB 4.6.x.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b9d73f..c2e9a86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@
 - Bug #1726026: Correct the field names of WIN32_FIND_DATAA and
   WIN32_FIND_DATAW structures in the ctypes.wintypes module.
 
+- Added support for linking the bsddb module against BerkeleyDB 4.6.x.
+
 Documentation
 -------------