aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-30 09:50:36 -0800
committerDavid Lord <davidism@gmail.com>2020-01-30 09:50:36 -0800
commitd61c1ea70bfc98eb6a0dc690e2f0a1527fd80f10 (patch)
tree5e4f471c7b6640830c3ec65f6a2a06652b237cac /CHANGES.rst
parent15d7e615f4dc81424ad15b852ca69d1d98129139 (diff)
downloadjinja-d61c1ea70bfc98eb6a0dc690e2f0a1527fd80f10.tar.gz
add changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 21eb7765..9ec8a3a4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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
--------------