added changelog entry about fixed boolean array access
authorTobias Schultze <webmaster@tubo-world.de>
Wed, 31 Oct 2012 16:51:00 +0000 (17:51 +0100)
committerTobias Schultze <webmaster@tubo-world.de>
Fri, 15 Mar 2013 11:00:21 +0000 (12:00 +0100)
CHANGELOG

index 27c22cd..afdea49 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)