CHANGELOG.rdoc in searchlogic-2.1.5 vs CHANGELOG.rdoc in searchlogic-2.1.6

- old
+ new

@@ -1,13 +1,20 @@ -== 2.1.4 +== 2.1.6 released 2009-07-13 -* Check for the existence of id before undefining it. +* Fix bug when trying to set conditions on conflicting column names with associations. Ex: User.has_many :orders, User.order_count_gt(10) would raise an exception because it was trying to set conditions on the count column for the orders table. +== 2.1.5 released 2009-07-12 + +* Check for the existence of id before undefining it, fixes bug in ruby 1.9 + +== 2.1.4 released 2009-07-12 + +* Add ActiveRecordConsistency module to help AR remove duplicate joins easier. + == 2.1.3 released 2009-07-12 * Added a no conflic resolution for other libraries already using the "search" method. If you have a conflict, use "searchlogic". * Put the hidden order field in a div, to be valid XHTML. -* Add ActiveRecordConsistency module to help AR remove duplicate joins easier. == 2.1.2 released 2009-07-04 * Undefine the id method for the Search class, so that it acts like a condition. \ No newline at end of file