Some more news.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b6b449..8c42460 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,8 @@
 
 Core and builtins
 
+- Fixed super() to work correctly with class methods.  [SF bug #535444]
+
 - A new built-in type, bool, has been added, as well as built-in
   names for its two values, True and False.  Comparisons and sundry
   other operations that return a truth value have been changed to
@@ -148,6 +150,8 @@
 
 Windows
 
+- Fixed a bug in urllib's proxy handling in Windows.  [SF bug #503031]
+
 - The installer now installs Start menu shortcuts under (the local
   equivalent of) "All Users" when doing an Admin install.