CHANGELOG.rdoc in binarylogic-searchlogic-2.1.0 vs CHANGELOG.rdoc in binarylogic-searchlogic-2.1.1

- old
+ new

@@ -1,9 +1,14 @@ -== 2.0.2 +== 2.1.1 released 2009-06-28 +* Added inner_join convenience method. + +== 2.1.0 released 2009-06-28 + * Added a delete method to the Search class to allow the deleting of conditions off of the object. * Add alias_scope feature, lets your create "named scopes" that represent a procedure of named scopes, while at the same time telling Searchlogic it is safe to use in the Search class. * Use url_for as the default with form_for since rails does some magic to determine the url to use. +* Switched to using inner joins instead of left outer joins. == 2.0.1 released 2009-06-20 * Allow the chaining of conditions off of a search object. Ex: search.username_like("bjohnson").age_gt(20).all * Split out left outer join creation into its own method, allowing you to use it in your own named scopes. \ No newline at end of file