forked from orbit-oss/flask
require a non-empty name for blueprints
This commit is contained in:
parent
7ee9ceb71e
commit
b8b410014d
3 changed files with 10 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ Unreleased
|
|||
- Ensure subdomains are applied with nested blueprints. :issue:`4834`
|
||||
- ``config.from_file`` can use ``text=False`` to indicate that the parser wants a
|
||||
binary file instead. :issue:`4989`
|
||||
- If a blueprint is created with an empty name it raises a ``ValueError``.
|
||||
:issue:`5010`
|
||||
|
||||
|
||||
Version 2.2.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue