From: Armin Ronacher Date: Wed, 28 Dec 2016 23:22:56 +0000 (+0100) Subject: Added changelog entry X-Git-Tag: 2.9~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab3113422812b4892728aae098b8082c4d9dbc4;p=thirdparty%2Fjinja.git Added changelog entry --- diff --git a/CHANGES b/CHANGES index 8a878f19..aeacd5d5 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,7 @@ Version 2.9 (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.1 -------------