Documented changes.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 5 Jun 2010 12:41:34 +0000 (14:41 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 5 Jun 2010 12:41:34 +0000 (14:41 +0200)
--HG--
branch : trunk

CHANGES

diff --git a/CHANGES b/CHANGES
index 3acfb96ea81fb37eb294ffea452d3fa8ea5393a0..5f2d6c66620e6b35eaa338046688eb3f339ebdf6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
 Jinja2 Changelog
 ================
 
+Version 2.6
+-----------
+(codename to be selected, release date to be announced)
+
+- StopIteration exceptions raised by functions called from templates
+  are now intercepted and converted to undefineds.  This solves a
+  lot of debugging grief.  (StopIteration is used internally to
+  abort template execution)
+- improved performance of macro calls slightly.
+
 Version 2.5
 -----------
 (codename Incoherence, relased on May 29th 2010)