Patch #626485: Support Unicode normalization.
diff --git a/Misc/NEWS b/Misc/NEWS
index 49977dc..d1fa3f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,8 +317,8 @@
available in source code, but not built automatically anymore, and
is now named bsddb185.
-- unicodedata was updated to Unicode 3.2. In now also supports names
- for Hangul syllables and CJK unified ideographs.
+- unicodedata was updated to Unicode 3.2. It supports normalization
+ and names for Hangul syllables and CJK unified ideographs.
- resource.getrlimit() now returns longs instead of ints.