- calendar.py uses month and day names based on the current locale.
diff --git a/Misc/NEWS b/Misc/NEWS
index c11bf08..1dc300d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,8 @@
 
 Library
 
+- calendar.py uses month and day names based on the current locale.
+
 - strop is now *really* obsolete (this was announced before with 1.6),
   and issues DeprecationWarning when used (except for the four items
   that are still imported into string.py).