updated doc
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Dec 2011 21:48:48 +0000 (22:48 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Dec 2011 21:48:48 +0000 (22:48 +0100)
doc/templates.rst

index a72ab7a..9e4fd29 100644 (file)
@@ -476,7 +476,8 @@ exist:
 
 * ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
   separated by a comma (``,``) and wrapped with curly braces (``{}``). A value
-  can be any valid expression.
+  can be any valid expression (as of Twig 1.5, keys can also be any valid
+  expression).
 
 * ``true`` / ``false``: ``true`` represents the true value, ``false``
   represents the false value.