Issue #19131: The aifc module now correctly reads and writes sampwidth of
compressed streams.
diff --git a/Misc/NEWS b/Misc/NEWS
index 144e801..d23f7cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 Library
 -------
 
+- Issue #19131: The aifc module now correctly reads and writes sampwidth of
+  compressed streams.
+
 - Issue #19158:  a rare race in BoundedSemaphore could allow .release() too
   often.