Issue #2110:  Add support for thousands separator and 'n' format specifier
to Decimal __format__ method.
diff --git a/Misc/NEWS b/Misc/NEWS
index c506071..c59ba94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,9 @@
 Library
 -------
 
+- Issue #2110: Add support for thousands separator and 'n' type
+  specifier to Decimal.__format__
+
 - Fix Decimal.__format__ bug that swapped the meanings of the '<' and
   '>' alignment characters.