#8207: Fix test_pep277 on OS X
diff --git a/Misc/NEWS b/Misc/NEWS
index d834e10..1580768 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,8 +147,8 @@
 Tests
 -----
 
-- Issue #8180: Fix test_pep277 on OS X and add more tests for special Unicode
-  normalization cases.
+- Issue #8180 and #8207: Fix test_pep277 on OS X and add more tests for special
+  Unicode normalization cases.
 
 - Issue #7783: test.test_support.open_urlresource invalidates the outdated
   files from the local cache.