forked from orbit-oss/flask
fix url_prefix argument when nesting blueprints
This commit is contained in:
parent
08e459e823
commit
e93704fbfd
3 changed files with 45 additions and 6 deletions
|
|
@ -18,6 +18,8 @@ Unreleased
|
|||
- Show an error when a blueprint name contains a dot. The ``.`` has
|
||||
special meaning, it is used to separate (nested) blueprint names and
|
||||
the endpoint name. :issue:`4041`
|
||||
- Combine URL prefixes when nesting blueprints that were created with
|
||||
a ``url_prefix`` value. :issue:`4037`
|
||||
|
||||
|
||||
Version 2.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue