Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError.
diff --git a/Misc/NEWS b/Misc/NEWS
index ae26a99..8ab404d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,9 @@
 Library
 -------
 
+- Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of
+  TypeError.
+
 - Issue #10356: Decimal.__hash__(-1) should return -2.
 
 - Issue #1553375: logging: Added stack_info kwarg to display stack information.