[svn] some changes in jinja regarding silent and non silent failure, the exception...
[jinja2.git] / CHANGES
1 Jinja Changelog
2 ===============
3
4 Version 1.1
5 -----------
6 (codename to be selected, release date unknown)
7
8 - blocks now support ``{{ super() }}`` to render the parent output.
9
10 - debugging system improved, smaller filesize for the cached files.
11
12 - added whitespace management system for the template designer.
13
14 - some small bugfixes.
15
16 - improved security system regarding function calls.
17
18 - added `lipsum` function
19
20 - strings without unicode characters are processed as binary strings now
21   to workaround problems with `datetime.strftime` which only accepts
22   binary strings.
23
24 - developer friendly traceback is now toggleable
25
26 - silent variable name failure is now toggleable
27
28
29 Version 1.0
30 -----------
31 (released Mar 23, 2007)
32
33 - Initial release