require a non-empty name for blueprints

This commit is contained in:
Evgeny Mozhaev 2023-03-04 21:09:34 +03:00 committed by David Lord
parent 7ee9ceb71e
commit b8b410014d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 10 additions and 0 deletions

View file

@ -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