]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge branch '2.11.x'
authorDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:56:19 +0000 (09:56 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:56:19 +0000 (09:56 -0800)
1  2 
CHANGES.rst

diff --cc CHANGES.rst
index 9e26dff6f501b40c20da617084258e00f570f048,9ec8a3a4ad8c89482581cdb2bc391fd5a45fd63f..5e307f8571ad3e791344cc7f112c9d8d945983d7
@@@ -1,15 -1,14 +1,24 @@@
  .. currentmodule:: jinja2
  
 +Version 3.0.0
 +-------------
 +
 +Unreleased
 +
 +-   Drop support for Python 2.7 and 3.5.
 +-   Bump MarkupSafe dependency to >=1.1.
 +-   Bump Babel optional dependency to >=2.1.
 +
 +
+ Version 2.11.1
+ --------------
+ Unreleased
+ -   Fix a bug that prevented looking up a key after an attribute
+     (``{{ data.items[1:] }}``) in an async template. :issue:`1141`
  Version 2.11.0
  --------------