diff --git a/CHANGES.rst b/CHANGES.rst index 8318be40b40..8b06d08c674 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,33 @@ .. towncrier release notes start +3.14.3 (2026-07-22) +=================== + +Bug fixes +--------- + +- Fixed the client dropping only the first ``Authorization``, ``Cookie`` and + ``Proxy-Authorization`` header when a redirect crossed an origin -- by :user:`arshsmith1`. + + + *Related issues and pull requests on GitHub:* + :issue:`13180`. + + + +- Fixed error message construction in the C HTTP parser -- by :user:`bdraco`. + + + *Related issues and pull requests on GitHub:* + :issue:`13222`. + + + + +---- + + 3.14.2 (2026-07-20) =================== diff --git a/CHANGES/13180.bugfix.rst b/CHANGES/13180.bugfix.rst deleted file mode 100644 index d1e676e5be8..00000000000 --- a/CHANGES/13180.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed the client dropping only the first ``Authorization``, ``Cookie`` and -``Proxy-Authorization`` header when a redirect crosses an origin -- by :user:`arshsmith1`. diff --git a/CHANGES/13222.bugfix.rst b/CHANGES/13222.bugfix.rst deleted file mode 100644 index dcdda17051c..00000000000 --- a/CHANGES/13222.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed error message construction in the C HTTP parser -- by :user:`bdraco`.