Added changelog
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 19 Feb 2010 10:09:28 +0000 (11:09 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 19 Feb 2010 10:09:28 +0000 (11:09 +0100)
--HG--
branch : trunk

CHANGES

diff --git a/CHANGES b/CHANGES
index 4241487941148ab0e3a7be97f87f9f9e1245cd61..e14bdf05a319a7d2289cf2639c5d2ffbbf6cacd4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,16 @@
 Jinja2 Changelog
 ================
 
+Version 2.3.1
+-------------
+(bugfix release, released on February 19th 2010)
+
+- fixed an error reporting bug on all python versions
+- fixed an error reporting bug on Python 2.4
+
 Version 2.3
 -----------
-(codename to be selected, release date will be February 9th 2010)
+(3000 Pythons, released on February 10th 2010)
 
 - fixes issue with code generator that causes unbound variables
   to be generated if set was used in if-blocks and other small