CHANGELOG.rdoc in searchlogic-1.6.0 vs CHANGELOG.rdoc in searchlogic-1.6.1
- old
+ new
@@ -1,4 +1,10 @@
+== 1.6.1 released 2008-12-8
+
+* Group multi faceted conditions since we allow for the mix of "and" and "or"
+* Blank arrays are not meaningful values for conditions
+* Add in a unique identifier for the auto-generated hidden fields so that multiple forms do no present a problem.
+
== 1.6.0 released 2008-12-8
* Converted all tree conditions to nested set conditions for performance reasons. A nested set data structure is now required instead of a tree
* Added DISTINCT to select if you are not provided a select, searching, and have joins.
* Included :not_like in the list of conditions to be required upon initialization.
\ No newline at end of file