Silenced a compiler warning in the sqlite module
Modules/_sqlite/row.c:187: warning: suggest parentheses around && within ||
Reviewed by Benjamin Peterson
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a328bd..e5b37a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- Silenced a trivial compiler warning in the sqlite module.
+
 
 What's New in Python 2.6 beta 3?
 ================================