fix: DB.stat flags and txn keyword arguments were backwards.
diff --git a/Misc/NEWS b/Misc/NEWS
index 165906e..fd22c7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 
 - Allow exception instances to be directly sliced again.
 
+- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
+  were transposed.
 
 Extension Modules
 -----------------