mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
added changelog entry about fixed boolean array access
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* added a batch 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 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user