From: Armin Ronacher Date: Sat, 5 Jun 2010 12:41:34 +0000 (+0200) Subject: Documented changes. X-Git-Tag: 2.5.1~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fb60423d3e6e54c87a3ea3a4aa760a5e52779b4;p=jinja2.git Documented changes. --HG-- branch : trunk --- diff --git a/CHANGES b/CHANGES index 3acfb96..5f2d6c6 100644 --- 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)