blueprint name may not contain a dot

This commit is contained in:
David Lord 2021-05-13 14:31:50 -07:00
parent d8c37f4372
commit 7c5261407d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 28 additions and 85 deletions

View file

@ -15,6 +15,9 @@ Unreleased
- Fix some types that weren't available in Python 3.6.0. :issue:`4040`
- Improve typing for ``send_file``, ``send_from_directory``, and
``get_send_file_max_age``. :issue:`4044`, :pr:`4026`
- 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`
Version 2.0.0