Issue #4163: Use unicode-friendly word splitting in the textwrap functions when given an unicode string.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a3e338..1ebcfe3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,9 @@
 Library
 -------
 
+- Issue #4163: Use unicode-friendly word splitting in the textwrap functions
+  when given an unicode string.
+
 - Issue #4616: TarFile.utime(): Restore directory times on Windows.
 
 - Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to