CHANGELOG in acts_as_indexed-0.8.1 vs CHANGELOG in acts_as_indexed-0.8.2
- old
+ new
@@ -1,4 +1,13 @@
+===0.8.2 [27 January 2013]
+ - Full review and update of test examples.
+ - Fixed bug where all records matching resulted in an ID rather than scored order. [phurni - Pascal Hurni]
+ - Fixed bug where records were returned in order of lowest-score first. [phurni - Pascal Hurni]
+ - Fixed bug where 1.8.7 would fail CI tests. [parndt - Philip Arndt]
+ - 70x performance improvement for non-changed record updates.
+ - Added a benchmark suite.
+ - Updated README install instructions. [gudata - Ivaylo Bardarov]
+
===0.8.1 [21 December 2012]
- Fixed bug where record count was not correctly updated on bulk add. [phurni - Pascal Hurni]
===0.8.0 [20 December 2012]
- Fixed bug where intentional hyphenation was treated as a negative query. Fixes #31.