Skip to content

Commit

Permalink
Add updates to render_template to CHANGES, pallets#409.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Feb 24, 2012
1 parent 0b33693 commit fdad671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Relase date to be decided, codename to be chosen.
using configuration values, e.g. ``app.run(app.config.get('MYHOST'),
app.config.get('MYPORT'))``, with proper behavior whether or not a config
file is provided.
- The :meth:`flask.render_template` method now accepts a either an iterable of
template names or a single template name. Previously, it only accepted a
single template name. On an iterable, the first template found is rendered.


Version 0.8.1
Expand Down

0 comments on commit fdad671

Please sign in to comment.