Fixed condition constains operator with wrong data type

"contains" operator on wrong data type should not cause NoMethodError.
This commit is contained in:
Bogdan Gusiev
2014-08-18 17:32:29 +03:00
parent c0ec0652ae
commit 4e9d414fde
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
## 3.0.0 / not yet released / branch "master"
* ...
* Fixed condition with wrong data types, see #423 [Bogdan Gusiev]
* Add url_encode to standard filters, see #421 [Derrick Reimer, djreimer]
* Add uniq to standard filters [Florian Weingarten, fw42]
* Add exception_handler feature, see #397 and #254 [Bogdan Gusiev, bogdan and Florian Weingarten, fw42]