Added support for anchor link generation.

This commit is contained in:
Armin Ronacher 2011-10-06 10:57:03 -04:00
parent d04c9a61e3
commit 1759d8e4d8
3 changed files with 22 additions and 1 deletions

View file

@ -8,6 +8,9 @@ Version 0.9
Relase date to be decided, codename to be chosen.
- The :func:`flask.url_for` function now can generate anchors to the
generated links.
Version 0.8.1
-------------