udpated CHANGELOG

This commit is contained in:
Fabien Potencier
2014-10-01 19:13:04 +02:00
parent 1ed333bfb9
commit 0d0cdba3bb
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.16.1 (2014-XX-XX)
* sped up the slice filter
* fixed for mb function overload mb_substr acting different
* fixed the attribute() function when passing a variable for the arguments
-1
View File
@@ -692,7 +692,6 @@ function twig_array_merge($arr1, $arr2)
function twig_slice(Twig_Environment $env, $item, $start, $length = null, $preserveKeys = false)
{
if ($item instanceof Traversable) {
if ($item instanceof IteratorAggregate) {
$item = $item->getIterator();
}