Bug #1163325:  "special" decimals aren't hashable
diff --git a/Misc/NEWS b/Misc/NEWS
index 19ce8f4..c91fb17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,9 @@
 Library
 -------
 
+- Bug #1163325:  Decimal infinities failed to hash.  Attempting to
+  hash a NaN raised an InvalidOperation instead of a TypeError.
+
 - Patch #918101: Add tarfile open mode r|* for auto-detection of the 
   stream compression; add, for symmetry reasons, r:* as a synonym of r.