Issue #11930: Added Misc/NEWS and versionchanged entries.
diff --git a/Misc/NEWS b/Misc/NEWS
index bb3bb81..ab7eefd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@
 Library
 -------
 
+- Issue #11930: Removed deprecated time.accept2dyear variable.
+  Removed year >= 1000 restriction from datetime.strftime.
+
 - logging: don't define QueueListener if Python has no thread support.
 
 - Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get