issue 4483 - _dbm build failures on systems with gdbm_compat lib.
diff --git a/Misc/NEWS b/Misc/NEWS
index 472751f..9445457 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@
 Library
 -------
 
+- Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat
+  libs.
+
 - Issue #4542: On Windows, binascii.crc32 still accepted str as binary input;
   the corresponding tests now pass.