Issue #5033: Fix building of the sqlite3 extension module
diff --git a/Misc/NEWS b/Misc/NEWS
index 58bcf7a..3a9d50b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -858,6 +858,9 @@
 Build
 -----
 
+- Issue #5033: Fix building of the sqlite3 extension module when the
+  SQLite library version has "beta" in it. Patch by Andreas Pelme.
+
 - Issue #17228: Fix building without pymalloc.
 
 - Issue #17086: Backport the patches from the 3.3 branch to cross-build