summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-07-01 11:30:42 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-07-01 11:30:42 +0200
commit02ea18a29d171767fc3f224d9e8e5303977f80f2 (patch)
tree6616b9bc2389e986549950b1d3eac4050cc6bd42 /CHANGES
parent850629f1c329e1947a43735170fcf8fb35e08cce (diff)
downloadjinja2-02ea18a29d171767fc3f224d9e8e5303977f80f2.tar.gz
We will have a 2.5.1 release
--HG-- branch : trunk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 5f2d6c6..133a913 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
Jinja2 Changelog
================
-Version 2.6
------------
-(codename to be selected, release date to be announced)
+Version 2.5.1
+-------------
+(bugfix release, release date to be announced)
- StopIteration exceptions raised by functions called from templates
are now intercepted and converted to undefineds. This solves a