fixed the attribute function when passing arguments (closes #608)

This commit is contained in:
Fabien Potencier
2012-01-23 08:47:30 +01:00
parent f2195cfe3f
commit 883a93bb4d
6 changed files with 33 additions and 32 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.6.0-DEV
* fixed the attribute function when passing arguments
* added slice notation support for the [] operator (syntactic sugar for the slice operator)
* added a slice filter
* added string support for the reverse filter