fix url_prefix argument when nesting blueprints

This commit is contained in:
Grey Li 2021-05-13 18:26:24 +08:00 committed by David Lord
parent 08e459e823
commit e93704fbfd
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 45 additions and 6 deletions

View file

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