summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Fixed some string literal warnings. Fixes #646Armin Ronacher2017-01-081-0/+6
* 2.9.3Armin Ronacher2017-01-081-1/+1
* Implement with-tag with a custom nodeArmin Ronacher2017-01-081-0/+3
* Support new scoping rules in scoped blocksArmin Ronacher2017-01-081-0/+3
* Mention new set scoping behavior. Refs #641Armin Ronacher2017-01-081-0/+5
* Moved a changelog entry to the right releaseArmin Ronacher2017-01-081-3/+8
* Added bug referenceArmin Ronacher2017-01-081-0/+1
* Do not use yield from for blocks with buffers. Fixes #645Armin Ronacher2017-01-081-0/+3
* 2.8.2Armin Ronacher2017-01-081-1/+1
* Add support for explicit callersArmin Ronacher2017-01-081-1/+7
* Correct bad scoping for for loops. This fixes #640Armin Ronacher2017-01-071-0/+7
* Added changelog for 2.9.1Armin Ronacher2017-01-071-0/+8
* Set release dateArmin Ronacher2017-01-071-0/+1
* Added a more convenient autoescaping functionArmin Ronacher2017-01-071-0/+2
* Move the autoescape extension and with statement to be built-inArmin Ronacher2017-01-071-0/+1
* Generalize scoping. This fixes #603Armin Ronacher2017-01-071-0/+5
* Change grouping behavior of tests. This fixes #401Armin Ronacher2017-01-071-0/+5
* Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher2017-01-071-0/+2
* Block sets are now safe. This fixes #490Armin Ronacher2017-01-061-0/+1
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-0/+2
* Set macro autoescape behavior at call instead of compile time. Fixes #565Armin Ronacher2017-01-061-0/+2
* Added changelog entryArmin Ronacher2017-01-061-0/+2
* Ensure we depend on recent markupsafe. Fixes #638Armin Ronacher2017-01-061-0/+1
* Better error messages for some undefines. This fixes #575feature/no-localsArmin Ronacher2017-01-061-0/+2
* Changelog and __rsub__ handlingArmin Ronacher2017-01-031-0/+2
* Changelog entryArmin Ronacher2017-01-031-0/+1
* Support block-set in toplevel situations when extends is usedArmin Ronacher2016-12-311-0/+1
* Support old-style classes for attribute lookups. Fixes #631Armin Ronacher2016-12-311-0/+1
* Make noopener the default for urlizeArmin Ronacher2016-12-311-0/+2
* Merge branch '2.8-maintenance'Armin Ronacher2016-12-291-0/+8
|\
| * Fixed a name error for an uncommon attribute access in the sandbox2.8-maintenanceArmin Ronacher2016-12-291-0/+8
* | Merge branch '2.8-maintenance'Armin Ronacher2016-12-291-1/+4
|\ \ | |/
| * Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenanceArmin Ronacher2016-12-291-0/+1
| |\
| * | Updated changelogArmin Ronacher2016-12-291-1/+4
* | | Added changelog entryArmin Ronacher2016-12-291-0/+1
* | | Fixed long standing wrong operator precedenceArmin Ronacher2016-12-281-0/+2
* | | Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2016-12-271-4/+7
|\ \ \
| * | | Fix typos in CHANGES (#626)Andrew Arendt2016-12-141-4/+4
| * | | Changelog for #583Markus Unterwaditzer2016-05-191-0/+8
| | |/ | |/|
| * | Changelog for #466Markus Unterwaditzer2016-04-121-0/+1
| |/
* | Added support for generator_stopArmin Ronacher2016-12-271-0/+6
|/
* Fixed for_qs for urlencode. This fixes #515Armin Ronacher2015-11-201-0/+2
* This is 2.8.1-devArmin Ronacher2015-11-201-0/+5
* Release date is today.Armin Ronacher2015-07-261-1/+1
* Changelog for #447Markus Unterwaditzer2015-06-011-0/+1
* Escape slashes in query strings. This fixes #445Armin Ronacher2015-05-251-0/+2
* Added decorator support for finalize. This fixes #431Armin Ronacher2015-05-251-0/+2
* Add changelog for #404Markus Unterwaditzer2015-04-061-0/+3
* decimal is a numberTim Bray2015-03-111-0/+1
* Disallow f(x, y=1, z) and similar nonsenseThiefMaster2015-02-061-0/+4