add bsddb.db.DBEnv.set_tx_timestamp mention
diff --git a/Misc/NEWS b/Misc/NEWS
index 278db44..ccb12e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,8 @@
 Extension Modules
 -----------------
 
+- Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery.
+
 - Bug #1413192, fix seg fault in bsddb if a transaction was deleted
   before the env.