Record blueprint registration order.

This commit is contained in:
Armin Ronacher 2014-09-03 20:12:06 +02:00
parent 750ab16364
commit c09a4317e4
3 changed files with 14 additions and 3 deletions

View file

@ -44,6 +44,9 @@ Version 1.0
- Added the ``EXPLAIN_TEMPLATE_LOADING`` config flag which when enabled will
instruct Flask to explain how it locates templates. This should help
users debug when the wrong templates are loaded.
- Enforce blueprint handling in the order they were registered for template
loading.
Version 0.10.2
--------------