]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge branch '2.8-maintenance'
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 15:01:54 +0000 (16:01 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 29 Dec 2016 15:01:54 +0000 (16:01 +0100)
1  2 
CHANGES

diff --cc CHANGES
index 3b48299d16ce78352d617c664c3ac9d115622263,0113054949a549c091d01314af8a4b41d46df9af..36b0817b549f44fa245f06fcf96f77abd7c23416
+++ 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
  -------------