#8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
diff --git a/Misc/NEWS b/Misc/NEWS
index d8c18c8..c9c5989 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@
 Tests
 -----
 
+- Issue #8180: 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.