blob: b63041ca6ac8f04345ea8086e036cdf0c1216ad0 [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
24
25Version 1.0
26-----------
27(released Mar 23, 2007)
28
29- Initial release