Close #11577: Improve binhex test coverage and fix ResourceWarning
diff --git a/Misc/NEWS b/Misc/NEWS
index c787ece..f2d0d76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@
Library
-------
+- Issue #11577: fix ResourceWarning triggered by improved binhex test coverage
+
- Issue #11401: fix handling of headers with no value; this fixes a regression
relative to Python2 and the result is now the same as it was in Python2.
@@ -129,6 +131,8 @@
Tests
-----
+- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
+
- Issue #11578: added test for the timeit module. Patch Michael Henry.
- Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.