Fix SF bug #1546288, crash in dict_equal.
diff --git a/Misc/NEWS b/Misc/NEWS
index 04c78c0..c7bd4d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,12 +17,14 @@
 
 - Patch #1542451: disallow continue anywhere under a finally.
 
+- Patch #1546288: fix seg fault in dict_equal due to ref counting bug.
+
 
 Library
 -------
 
 - Patch #1550886: Fix decimal module context management implementation
-  to match the localcontext() example from PEP 343
+  to match the localcontext() example from PEP 343.
 
 - Bug #1541863: uuid.uuid1 failed to generate unique identifiers
   on systems with low clock resolution.