forked from orbit-oss/flask
Added workaround for Python 3.3's frozen loader
This commit is contained in:
parent
696bffc9e9
commit
9554844e2a
2 changed files with 31 additions and 8 deletions
1
CHANGES
1
CHANGES
|
|
@ -23,6 +23,7 @@ Version 1.0
|
|||
- Added ``TEMPLATES_AUTO_RELOAD`` config key. If disabled the
|
||||
templates will be reloaded only if the application is running in
|
||||
debug mode. For higher performance it’s possible to disable that.
|
||||
- Added a workaround for a limitation in Python 3.3's namespace loader.
|
||||
|
||||
Version 0.10.2
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue