From 2878f5d77e9b3f584de385e0ddc505a24934eb32 Mon Sep 17 00:00:00 2001 From: binarylogic Date: Sun, 28 Jun 2009 04:40:37 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index deb9f09e..abce9365 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -7,6 +7,7 @@ * 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