Ready for release.
[jinja2.git] / CHANGES
2010-04-12 Armin RonacherReady for release. 2.4
2010-04-12 Armin Ronacherextensions have a priority now.
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-21 Georg BrandlMake the _speedups extension compatible with Python 3.
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-19 Armin RonacherAdded changelog
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-16 Armin Ronacherbetter wording and test commit.
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-11 Armin Ronacherported fix for #368 from maintenance branch.
2010-02-10 Armin Ronachertip is 2.4
2010-02-09 Armin Ronacherexperimental Python 3 support.
2010-02-07 Armin Ronacheradded with-statement extension.
2010-02-06 Armin Ronacheradded support for translator comments if extracted...
2010-02-06 Armin Ronacherimplicit tuple expressions can no longer be totally...
2010-02-06 Armin Ronachergreatly improved error message reporting. This fixes...
2010-01-14 Armin Ronacherfixed a problem with having call blocks in outer scopes...
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-10-26 Armin RonacherReverted [73b04625ab54]. The old behavior is the new...
2009-09-18 Armin Ronacheradded a deprecation warning for a variable assignment...
2009-09-16 Armin Ronacherfixes issue with code generator that causes unbound...
2009-09-14 Armin Ronacherfixes some smaller problems for Jinja2 on Jython. 2.2.1
2009-09-13 Armin Ronacherspeedup extension is now disabled by default (added...
2009-09-13 Armin RonacherImproved wording in the CHANGES file.
2009-09-13 Armin RonacherUpdated changes.
2009-09-13 Armin Ronacher(codename Kong, released on September 12th 2009)
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin RonacherAdded the `meta` module.
2009-07-09 Armin RonacherRenamed (undocumented) attribute overlay to overlayed...
2009-04-16 Armin RonacherResolved conflict
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
2009-02-08 Armin RonacherMade it possible to refer to names from outer scopes...
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-11-23 Armin Ronachertip is now 2.2-dev
2008-11-23 Armin RonacherFinal changes for Jinja 2.1 release
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-18 Armin RonacherIt's now possible to create weak references to template...
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-09-17 Armin RonacherFixed a bug with the handling of empty statements in...
2008-09-17 Armin RonacherImplemented a sort filter that sorts arbitrary sequences.
2008-09-15 Armin RonacherFixed a confusing edge case (thanks apollo13)
2008-09-12 Armin RonacherFixed a bug in the subscript operation.
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-09-06 Armin RonacherFixed a bug in the i18n extension that caused the expli...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-07-17 Armin Ronachertip is now 2.1-dev
2008-07-17 Armin Ronacherpreparing the big 2.0 release 2.0
2008-07-14 Armin RonacherFixed bug in finalizer
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-12 Armin RonacherAltered filesizeformat to support both MB and MiB,...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-27 Armin RonacherFixed release date
2008-06-25 Armin RonacherFixed a link to the renamed section.
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-17 Armin RonacherAdded `TemplateStream.dump`.
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-05-04 Armin Ronacheradded style for html documentation
2007-11-18 Armin Ronacheradded entry for jinja 1.3 in CHANGES
2007-11-16 Armin Ronachersome more doc changes in jinja for the upcoming release
2007-11-10 Armin Ronachersome documentation changes
2007-10-22 Armin Ronacherdocumented change
2007-10-21 Armin Ronacherpp -> pretty
2007-10-21 Armin Ronacheradded pp info to changelog
2007-09-07 Armin Ronacher[svn] merged newparser into trunk
2007-06-24 Armin Ronacher[svn] added sameas test function
2007-06-23 Armin Ronacher[svn] added groupby filter and fixed some small bugs
2007-06-15 Armin Ronacher[svn] added "debugger of awesomeness" :D
2007-06-02 Armin Ronacher[svn] removed "release" shortcut in makefile
2007-06-01 Armin Ronacher[svn] added baseclasses for loaders, added the memcachi...
2007-06-01 Armin Ronacher[svn] added some more jinja unittests
2007-05-29 Armin Ronacher[svn] added changelog and thanks entry
2007-05-29 Armin Ronacher[svn] again some jinja updates, some minor performance...
2007-05-21 Armin Ronacher[svn] checked in changes regarding variable length...
2007-05-21 Armin Ronacher[svn] added many new tests to jinja
2007-05-14 Armin Ronacher[svn] jinja can now handle variables and blocks with...
2007-05-12 Armin Ronacher[svn] added block shortcut syntax for jinja
2007-04-29 Armin Ronacher[svn] fixed bug reported by stefan ebner and implemente...
2007-04-28 Armin Ronacher[svn] added a sanity check for block tags outside the...
2007-04-27 Armin Ronacher[svn] many jinja changes:
2007-04-21 Armin Ronacher[svn] updated documentation regarding "{% call %}"...
2007-04-20 Armin Ronacher[svn] added c implementation of the jinja context class.
2007-04-17 Armin Ronacher[svn] various updates i haven't checked in so far ...
2007-04-15 Armin Ronacher[svn] added `xmlattr` filter to jinja
2007-04-14 Armin Ronacher[svn] documented debug.foobar and added it to the CHANGES
next