Bug #947906: An object oriented interface has been added to the calendar
module. It's possible to generate HTML calendar now and the module can be
called as a script (e.g. via ``python -mcalendar``).
diff --git a/Misc/NEWS b/Misc/NEWS
index 08b7714..38a608b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -895,6 +895,10 @@
 - Patch #1413711: Certain patterns of differences were making difflib
   touch the recursion limit.
 
+- Bug #947906: An object oriented interface has been added to the calendar
+  module. It's possible to generate HTML calendar now and the module can be
+  called as a script (e.g. via ``python -mcalendar``).
+
 Build
 -----