From 9fb60423d3e6e54c87a3ea3a4aa760a5e52779b4 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 5 Jun 2010 14:41:34 +0200 Subject: [PATCH] Documented changes. --HG-- branch : trunk --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) -- 2.26.2