CHANGELOG in acts_as_indexed-0.7.1 vs CHANGELOG in acts_as_indexed-0.7.2

- old
+ new

@@ -1,4 +1,11 @@ +===0.7.2 [31st March 2011] + - Fixed bug with ranking of records [Christopher Souvey - bug report] + - Fixed a bug with the slicing of records before AR order is applied. [Christopher Souvey - bug report] + - Fixed bug with slicing of id-only results. + - Error now raised when combining ids_only with find options other than limit and offset. + - Can now disable auto-indexing. Useful for large test suites. + ===0.7.1 [22nd February 2011] - Removed file locking on Microsoft Windows as it is unsupported. ===0.7.0 [11th February 2011] - Threadsafe support. Index files are now locked for changes, and atomically written.