summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2012-01-25 00:42:54 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2012-01-25 00:42:54 +0100
commit99b22854ea6322dbd228e6a7ebfe3285cd68a138 (patch)
tree5a65e779820b8fc268a1f2ce567ca7300415214b /CHANGES
parentea89feb0d9e5abec9791b57e69fdd7035f80369a (diff)
downloadjinja2-99b22854ea6322dbd228e6a7ebfe3285cd68a138.tar.gz
Added changelog entry for #92 and changed LoopContext.End to _last_iteration
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a48208a..6539c5f 100644
--- 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
-----------