SF #1149508: ensure textwrap handles hyphenated numbers correctly,
eg. "2004-03-04" is not broken across lines.  (Merged from 2.4 branch.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 59c630d..86d3677 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -206,6 +206,10 @@
 - ``UserString.MutableString`` now supports negative indices in
   ``__setitem__`` and ``__delitem__``
 
+- Bug #1149508: ``textwrap`` now handles hyphenated numbers (eg. "2004-03-05")
+  correctly.
+
+
 Build
 -----