push preserved contexts in correct order

This commit is contained in:
David Lord 2025-08-18 09:41:03 -07:00
parent 5addaf833b
commit 53b8f08218
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 15 additions and 23 deletions

View file

@ -3,6 +3,9 @@ Version 3.1.2
Unreleased
- When using ``follow_redirects`` in the test client, the final state
of ``session`` is correct. :issue:`5786`
Version 3.1.1
-------------