Add support for %U and %W to contribute to calculating the date when the year
and day of the week are specified.

Closes bug #1045381.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7831f84..ebd0ba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,7 +22,8 @@
 Library
 -------
 
-...
+- Bug #1045381: time.strptime() can now infer the date using %U or %W (week of
+  the year) when the day of the week and year are also specified.
 
 Build
 -----