News entries for rev. 5990[567].
diff --git a/Misc/NEWS b/Misc/NEWS
index 88a01a2..e625c3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -351,6 +351,9 @@
 Library
 -------
 
+- Decimal.as_tuple(), difflib.find_longest_match() and inspect functions
+  that returned a tuple now return a named tuple.
+
 - Doctest now returns results as a named tuple for readability:  
       (0, 7) --> TestResults(failed=0, attempted=7)