Issue #16431: Use the type information when constructing a Decimal subtype
from a Decimal argument.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f2ed89..e09e67d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@
 Library
 -------
 
+- Issue #16431: Use the type information when constructing a Decimal subtype
+  from a Decimal argument.
+
 - Issue #16350: zlib.Decompress.decompress() now accumulates data from
   successive calls after EOF in unused_data, instead of only saving the argument
   to the last call. Patch by Serhiy Storchaka.