Add get_flashed_messages to CHANGES, expand docs.

This commit is contained in:
Ron DuPlain 2012-01-16 23:10:21 -05:00
parent fa069f94de
commit 81010bf7af
2 changed files with 32 additions and 3 deletions

View file

@ -34,7 +34,9 @@ Relase date to be decided, codename to be chosen.
custom template filters application wide,
:meth:`flask.Flask.add_template_filter` and
:meth:`flask.Blueprint.add_app_template_filter`.
- The :func:`flask.get_flashed_messages` function now allows rendering flashed
message categories in separate blocks, through a ``category_filter``
argument.
Version 0.8.1
-------------