#1638033: add support for httponly on Cookie.Morsel

Reviewer: Benjamin
diff --git a/Misc/NEWS b/Misc/NEWS
index d06bfeb..85adaeb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@
 Library
 -------
 
+- Issue #1638033: Cookie.Morsel gained the httponly attribute.
+
 - Issue #3535: zipfile couldn't read some zip files larger than 2GB.
 
 - Issue #3776: Deprecate the bsddb package for removal in 3.0.