diff --git a/HISTORY b/HISTORY index d2dea9900..9d2ab4884 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,5 @@ Edge: * Use BasicObject instead of BlankSlate when running on 1.9 (Steve Purcell). -* Use full query in excerpts so double-stemming of terms is avoided (Jason Rust). -* Fix thinking_sphinx:version rake task. -* Directly compare non-string non-nil facet values for facet filters. -* Don't bother checking with Sphinx whether documents exist when trying to update them. We're catching failures already (and Sphinx usually doesn't care anyway). 2.0.13 - August 10th 2012 * 1.4.13 changes. @@ -71,6 +67,15 @@ Edge: * Rails 3 support. * 1.4.0 changes. +1.4.14 - January 2nd 2013 +* Allow sql_query_pre values to come through from config/sphinx.yml (George Ogata). +* ThinkingSphinx::Search#tap doesn't delegate through to the underlying array. +* Use fire_delta? instance method in the model (if it exists) to decide whether indexing should happen. +* Use full query in excerpts so double-stemming of terms is avoided (Jason Rust). +* Fix thinking_sphinx:version rake task. +* Directly compare non-string non-nil facet values for facet filters. +* Don't bother checking with Sphinx whether documents exist when trying to update them. We're catching failures already (and Sphinx usually doesn't care anyway). + 1.4.13 - August 10th 2012 * Sphinx 2.0.5 support. * Hard retries for Sphinx exceptions (Andrew Hunter). diff --git a/README.textile b/README.textile index a7264ce89..7b03d8f40 100644 --- a/README.textile +++ b/README.textile @@ -233,3 +233,4 @@ Since I first released this library, there's been quite a few people who have su * Nathan Smith * Cedric Maion * Steve Purcell +* George Ogata