prepared 1.2.0 release

This commit is contained in:
Fabien Potencier
2011-09-13 17:01:30 +02:00
parent 8c086d7560
commit 4a5057997d
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
* 1.2.0 (2011-09-10)
* 1.2.0 (2011-09-13)
no changes
* 1.2.0-RC1 (2011-09-10)
* enhanced the exception when a tag remains unclosed
* added support for empty Countable objects for the "empty" test
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.2.0-RC1';
const VERSION = '1.2.0';
protected $charset;
protected $loader;