#1638033: add support for httponly on Cookie.Morsel
Reviewer: Benjamin
diff --git a/Misc/ACKS b/Misc/ACKS
index d231ece..ac8f6ed 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -122,6 +122,7 @@
Michael Chermside
Albert Chin-A-Young
Adal Chiriliuc
+Matt Chisholm
Tom Christiansen
Vadim Chugunov
David Cinege
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.