- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
  the order that backends for the dbm extension are checked.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a8cb91..3cd5094 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -814,6 +814,9 @@
 Build
 -----
 
+- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
+  the order that backends for the dbm extension are checked. 
+
 - Link the shared python library with $(MODLIBS).
 
 - Issue #5134: Silence compiler warnings when compiling sqlite with VC++.