Issue #14157: Fix time.strptime failing without a year on February 29th.
Patch by Hynek Schlawack.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dbeb9e..63cdad9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- Issue #14157: Fix time.strptime failing without a year on February 29th.
+  Patch by Hynek Schlawack.
+
 - Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'.
 
 - Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running