blob: 435d009da43631ae538b135dac6046f3eebeed7e [file] [log] [blame]
Armin Ronachera22a53d2007-03-31 20:44:33 +02001Jinja Changelog
2===============
3
4Version 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
Armin Ronacher40cf47c2007-04-04 13:50:09 +020024- developer friendly traceback is now toggleable
25
26- silent variable name failure is now toggleable
27
Armin Ronachera22a53d2007-03-31 20:44:33 +020028
29Version 1.0
30-----------
31(released Mar 23, 2007)
32
33- Initial release