Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)).
diff --git a/Misc/NEWS b/Misc/NEWS
index 486c4e2..f1332ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@
 Library
 -------
 
+- Issue #10356: Decimal.__hash__(-1) should return -2.
+
 - Issue #1553375: logging: Added stack_info kwarg to display stack information.
 
 - Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.