prepared the 2.3.0 release

This commit is contained in:
Fabien Potencier
2017-03-22 08:41:51 -07:00
parent 3a4a9fea63
commit 9718186a5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.3.0 (2017-XX-XX)
* 2.3.0 (2017-03-22)
* fixed a race condition handling when writing cache files
* "length" filter now returns string length when applied to an object that does
+1 -1
View File
@@ -21,7 +21,7 @@ class Twig_Environment
const MAJOR_VERSION = 2;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;