Merge pull request #4055 from pallets/converter-session

converters have access to session
This commit is contained in:
David Lord 2021-05-14 08:17:37 -07:00 committed by GitHub
commit 9039534eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 16 deletions

View file

@ -28,6 +28,9 @@ Unreleased
the endpoint name. :issue:`4041`
- Combine URL prefixes when nesting blueprints that were created with
a ``url_prefix`` value. :issue:`4037`
- Roll back a change to the order that URL matching was done. The
URL is again matched after the session is loaded, so the session is
available in custom URL converters. :issue:`4053`
Version 2.0.0