Run `./2to3.py -w jinja2`
[jinja2.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a48208a3f68789bf93f328180f6d0264bcdbd456..6539c5fd021dd742e8bd66df4fff2edafad83dfc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@ Version 2.7
 - Added `urlencode` filter that automatically quotes values for
   URL safe usage with utf-8 as only supported encoding.  If applications
   want to change this encoding they can override the filter.
+- Accessing `last` on the loop context no longer causes the iterator
+  to be consumed into a list.
 
 Version 2.6
 -----------