diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |