added changelog entry about fixed boolean array access

This commit is contained in:
Tobias Schultze
2012-10-31 17:51:00 +01:00
parent da616c5169
commit fdfd506caf
+1
View File
@@ -3,6 +3,7 @@
* added a batch filter * added a batch filter
* added support for encoding an array as query string in the url_encode filter * added support for encoding an array as query string in the url_encode filter
* fixed getting a numeric-like item on a variable ('09' for instance) * fixed getting a numeric-like item on a variable ('09' for instance)
* fixed getting a boolean or float key on an array, so it is consistent with PHP's array access: `{{ array[false] }}` behaves the same as `echo $array[false];` (equals `$array[0]`)
* 1.12.2 (2013-02-09) * 1.12.2 (2013-02-09)