[svn] added jinja changelog and missing file jinja.constants
[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
25 Version 1.0
26 -----------
27 (released Mar 23, 2007)
28
29 - Initial release