updated CHANGELOG

This commit is contained in:
Fabien Potencier
2018-03-02 09:08:47 -08:00
parent 7e80b77d61
commit 89fbce2e13
+5
View File
@@ -1,5 +1,10 @@
* 2.4.5 (2017-XX-XX)
* optimized the performance of the dot operator for array and method calls
* added an exception when using "===" instead of "same as"
* fixed possible array to string conversion concealing actual error
* made variable names deterministic in compiled templates
* fixed length filter when passing an instance of IteratorAggregate
* fixed Environment::resolveTemplate to accept instances of TemplateWrapper
* 2.4.4 (2017-09-27)