Patch #754022: Greatly enhanced webbrowser.py.
diff --git a/Misc/NEWS b/Misc/NEWS
index c78fa69..11dd40c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,8 @@
 Library
 -------
 
+- Patch #754022: Greatly enhanced webbrowser.py (by Oleg Broytmann).
+
 - Bug #729103: pydoc.py: Fix docother() method to accept additional 
   "parent" argument.