Added changelog entry for #92 and changed LoopContext.End to _last_iteration
diff --git a/CHANGES b/CHANGES
index a48208a..6539c5f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,8 @@
 - 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
 -----------