CHANGELOG.rdoc in searchlogic-1.5.3 vs CHANGELOG.rdoc in searchlogic-1.5.4
- old
+ new
@@ -1,4 +1,10 @@
+== 1.5.4 released 2008-11-16
+
+* Removed subclass requirement for adding conditions in Conditions::Base
+* Removed DISTINCT in the select clause, instead called uniq! on the results. PostgreSQL complains about DISTINCT and AR uses uniq! when using :includes, so this is the best option.
+* Converted the return for SQLite's strftime to integer from string. This way day of month, day of year, etc works as expected.
+
== 1.5.3 released 2008-10-30
* Removed ilike conditions and let the like condition determine if it should use like or ilike depending on the connection adapter.
* Fixed bug where the keywords condition was removing foreign characters.
* Added configuration option for specifying your javascript library, to cut down on the javascript Searchlogic adds into the form helpers
\ No newline at end of file