Patch #462122: add readline startup and pre_event hooks.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b6ae5b..b7ccc86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -8,6 +8,8 @@
 
 - binascii has now two quopri support functions, a2b_qp and b2a_qp.
 
+- readline now supports setting the startup_hook and the pre_event_hook.
+
 Library
 
 - quopri's encode and decode methods take an optional header parameter,