forked from orbit-oss/flask
Add pop and setdefault to AppCtxGlobals
This commit is contained in:
parent
87222087b3
commit
bbaf20de7c
4 changed files with 35 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -67,6 +67,7 @@ Version 1.0
|
|||
- Don't leak exception info of already catched exceptions to context teardown
|
||||
handlers (pull request ``#1393``).
|
||||
- Allow custom Jinja environment subclasses (pull request ``#1422``).
|
||||
- ``flask.g`` now has ``pop()`` and ``setdefault`` methods.
|
||||
|
||||
Version 0.10.2
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue