summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-12-22 23:22:08 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-12-22 23:22:08 +0100
commit5f3d6618748a5402236c1c4cfc06238a6e23a15d (patch)
treefab44422145576cc7a42442a89e21c723ad28be3 /CHANGES
parent9573b663d5327bcb644f6776082c832ec0f49b44 (diff)
downloadjinja2-5f3d6618748a5402236c1c4cfc06238a6e23a15d.tar.gz
Fixed imports with scoped blocks
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87f705c..b06192c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@ Version 2.6
integers instead of longs)
- groupby filter now supports dotted notation for grouping by attributes
of attributes.
+- scoped blocks not properly treat toplevel assignments and imports.
+ Previously an import suddenly "disappeared" in a scoped block.
Version 2.5.5
-------------