CHANGELOG in acts_as_indexed-0.8.2 vs CHANGELOG in acts_as_indexed-0.8.3

- old
+ new

@@ -1,5 +1,9 @@ +===0.8.3 [17 February 2013] + - Now tested on Ruby 2.0. + - Fixed issue where underscores were not stripped by the pre-tokenizer. + ===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] @@ -12,11 +16,11 @@ ===0.8.0 [20 December 2012] - Fixed bug where intentional hyphenation was treated as a negative query. Fixes #31. - Fixed bug where will_paginate_search was not being required. Fixes #23. - Fixed bug where quoted phrases were matched across field boundaries. [novalis - David Turner] - - Fixed bug where records with indentical match-rankings were returned in different orders under different Ruby implementations. + - Fixed bug where records with identical match-rankings were returned in different orders under different Ruby implementations. - Storage is now process and thread-safe. Fixes issue #34. [rsamoilov - Roman Samoilov] - Added configuration option to force is-Windows mode for storage. Fixes issues #32, #39. - Added multiple Gemfiles for Travis CI. https://travis-ci.org/dougal/acts_as_indexed - Acts as Indexed can now be tested stand-alone without a generated Rails app. - ModelKlass.build_index is now a public method. @@ -165,11 +169,9 @@ - Added a full set of tests. - Fixed various set-manipulation based errors. - Fixed a bug when searching for quoted phrases. ===0.1.01 [31 August 2007] - - Fixed a casting bug occurring when adding non-string fields to the index. ===0.1 [31 August 2007] - - Initial release.