issue 4483 - dbm build failures on systems with gdbm_compat lib.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a70e31..e916d08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@
 Library
 -------
 
+- Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat
+  libs.
+
 - Issue #4529: fix the parser module's validation of try-except-finally
   statements.