Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
diff --git a/Misc/NEWS b/Misc/NEWS
index 86e8d16..6579ae1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,8 @@
 Library
 -------
 
+- Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
+
 - ``ast.literal_eval()`` now allows byte literals.
 
 - Issue #9137: Fix issue in MutableMapping.update, which incorrectly