sqlite3: Fix documentation errors concerning Cursor.rowcount

Closes #13995.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b0e12a..9c64855 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -528,8 +528,8 @@
 Documentation
 -------------
 
-- Issue #13491: Fix many errors in sqlite3 documentation. Initial
-  patch by Johannes Vogel.
+- Issues #13491 and #13995: Fix many errors in sqlite3 documentation.
+  Initial patch for #13491 by Johannes Vogel.
 
 - Issue #13402: Document absoluteness of sys.executable.