Merge branch 'stable'
This commit is contained in:
commit
b78b5a210b
21 changed files with 89 additions and 112 deletions
|
|
@ -12,6 +12,11 @@ Version 3.1.1
|
|||
Unreleased
|
||||
|
||||
- Fix type hint for `cli_runner.invoke`. :issue:`5645`
|
||||
- ``flask --help`` loads the app and plugins first to make sure all commands
|
||||
are shown. :issue:5673`
|
||||
- Mark sans-io base class as being able to handle views that return
|
||||
``AsyncIterable``. This is not accurate for Flask, but makes typing easier
|
||||
for Quart. :pr:`5659`
|
||||
|
||||
|
||||
Version 3.1.0
|
||||
|
|
@ -113,6 +118,7 @@ Released 2023-05-01
|
|||
|
||||
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
|
||||
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
|
||||
:ghsa:`m2qf-hxjv-5gpq`
|
||||
|
||||
|
||||
Version 2.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue