#3614: Correct a typo in xmlrpc.client.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d10f6e..9c521f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@
Library
-------
+- Issue #3614: Corrected a typo in xmlrpc.client, leading to a NameError
+ "global name 'header' is not defined".
+
- Issue #2834: update the regular expression library to match the unicode
standards of py3k. In other words, mixing bytes and unicode strings
(be it as pattern, search string or replacement string) raises a TypeError.