Add pop and setdefault to AppCtxGlobals

This commit is contained in:
ThiefMaster 2015-06-20 17:49:50 +02:00
parent 87222087b3
commit bbaf20de7c
4 changed files with 35 additions and 0 deletions

View file

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