Skip to content

Commit

Permalink
Updated AUTHORS file and added missing versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 31, 2010
1 parent 7a4b608 commit 50bca8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AUTHORS
Expand Up @@ -12,3 +12,12 @@ Patches and Suggestions
- Chris Edgemon
- Chris Grindstaff
- Florent Xicluna
- Georg Brandl
- Justin Quick
- Kenneth Reitz
- Marian Sigler
- Ron DuPlain
- Sebastien Estienne
- Simon Sapin
- Stephane Wirtel
- Zhao Xiaohong
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,9 @@ Version 0.4

Release date to be announced, codename to be selected.

- added the ability to register application wide error handlers
from modules.

Version 0.3.1
-------------

Expand Down
2 changes: 2 additions & 0 deletions flask.py
Expand Up @@ -615,6 +615,8 @@ def app_context_processor(self, f):
def app_errorhandler(self, code):
"""Like :meth:`Flask.errorhandler` but for a module. This
handler is used for all requests, even if outside of the module.
.. versionadded:: 0.4
"""
def decorator(f):
self._record(lambda s: s.app.errorhandler(code)(f))
Expand Down

0 comments on commit 50bca8c

Please sign in to comment.