summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 087c18b..7e5b1d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
+ cookie flags.
+
- Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
properly handled as unsigned.