#6045: provide at least get() and setdefault() for all dbm modules.
diff --git a/Misc/NEWS b/Misc/NEWS
index f53a486..bc4cd25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,9 @@
 Library
 -------
 
-- Issue 10620: `python -m unittest` can accept file paths instead of module
+- Issue #6045: dbm.gnu databases now support get() and setdefault() methods.
+
+- Issue #10620: `python -m unittest` can accept file paths instead of module
   names for running specific tests.
 
 - Issue #9424: Deprecate the `unittest.TestCase` methods `assertEquals`,