Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module.
diff --git a/Misc/NEWS b/Misc/NEWS
index be4a27c..2ab8047 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -338,6 +338,8 @@
 Library
 -------
 
+- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module.
+
 - Issue #13235: Added PendingDeprecationWarning to warn() method and function.
 
 - Issue #9168: now smtpd is able to bind privileged port.