From: Armin Ronacher Date: Thu, 29 Dec 2016 15:01:54 +0000 (+0100) Subject: Merge branch '2.8-maintenance' X-Git-Tag: 2.9~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73351f3216fd9e085190871bf933360f5408b1da;p=thirdparty%2Fjinja.git Merge branch '2.8-maintenance' --- 73351f3216fd9e085190871bf933360f5408b1da diff --cc CHANGES index 3b48299d,01130549..36b0817b --- a/CHANGES +++ b/CHANGES @@@ -1,17 -1,14 +1,25 @@@ Jinja2 Changelog ================ +Version 2.9 +----------- + +- Change cache key definition in environment. This fixes a performance + regression introduced in 2.8. +- Added support for `generator_stop` on supported Python versions + (Python 3.5 and later) +- Corrected a long standing issue with operator precedence of math operations + not being what was expected. +- Added support for Python 3.6 async iterators through a new async mode. + + Version 2.8.2 + ------------- + + (bugfix release, unreleased) + + - Fixed a runtime error in the sandbox when attributes of async generators + were accessed. + Version 2.8.1 -------------