Issue #1757: The hash of a Decimal instance is no longer affected
by the current context.  Thanks Mark Dickinson.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4699e1b..0a01534 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@
 Library
 -------
 
+- Issue #1757: The hash of a Decimal instance is no longer affected by
+  the current context.
+
 - Patch #467924: add ZipFile.extract() and ZipFile.extractall() in the
   zipfile module.