CHANGELOG.rdoc in searchlogic-1.5.7 vs CHANGELOG.rdoc in searchlogic-1.5.8
- old
+ new
@@ -1,4 +1,10 @@
+== 1.5.8 released 2008-11-30
+
+* Removed array support for groups, arrays will set conditions, not create multiple groups. If you need to create multiple groups you will have to pass an array with multiple {:group => my_groups} hashes.
+* Fixed issues with using name spaced models.
+* Added support for multiparameter conditions to support date_select helpers.
+
== 1.5.7 released 2008-11-30
* Fixed how grouping works, you can now specify "and_group" and "or_group", just like you can with conditions.
* Specifying a join type will take priority. So "and_name_like" will ALWAYS join with AND, even is any = true for the search.
\ No newline at end of file