CHANGELOG.rdoc in binarylogic-searchlogic-2.3.0 vs CHANGELOG.rdoc in binarylogic-searchlogic-2.3.1
- old
+ new
@@ -1,4 +1,9 @@
+== 2.3.1 released 2009-08-24
+
+* Added blank and not_blank conditions.
+* Made User.whatever_like_any("val1", "val2") consistent with User.whatever_like_any(["val1", "val2"])
+
== 2.3.0 released 2009-08-22
* Thanks to laserlemon for support of ranges and arrays in the equals condition.
* Added feature to combine condition with 'or'.
\ No newline at end of file