Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@

.. towncrier release notes start

3.12.12 (2025-06-09)
====================

Bug fixes
---------

- Fixed cookie unquoting to properly handle octal escape sequences in cookie values (e.g., ``\012`` for newline) by vendoring the correct ``_unquote`` implementation from Python's ``http.cookies`` module -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`11173`.



- Fixed ``Cookie`` header parsing to treat attribute names as regular cookies per :rfc:`6265#section-5.4` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`11178`.




----


3.12.11 (2025-06-07)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/11173.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/11178.bugfix.rst

This file was deleted.

Loading