]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add changelog 1143/head
authorDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:50:36 +0000 (09:50 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 30 Jan 2020 17:50:36 +0000 (09:50 -0800)
CHANGES.rst

index 21eb77651bdcbc2327301d61a910d62477cda6a7..9ec8a3a4ad8c89482581cdb2bc391fd5a45fd63f 100644 (file)
@@ -1,5 +1,14 @@
 .. currentmodule:: jinja2
 
+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
 --------------