summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b6ae5b..b7ccc86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -8,6 +8,8 @@ Core
- 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,