Issue #449227: Now with the rlcompleter module, callable objects are
added a '(' when completed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 36afc09..2a9aefe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@
 Library
 -------
 
+- Issue #449227: Now with the rlcompleter module, callable objects are added
+  "(" when completed.
+
 - Issue #3190: Pydoc now hides the automatic module attribute __package__ (the
   handling is now the same as that of other special attributes like __name__).