CHANGELOG in acts_as_indexed-0.6.7 vs CHANGELOG in acts_as_indexed-0.7.0
- old
+ new
@@ -1,9 +1,16 @@
+===0.7.0 [11th February 2011]
+ - Threadsafe support. Index files are now locked for changes, and atomically written.
+ - Configurable case-sensitivity.
+ - Improved performance of index builds.
+ - Now warns on old version of the index.
+ - Upgrade instructions added to README. [ionas - Florent Guilleux]
+
===0.6.7 [7th February 2011]
- find_by_index and paginate_search are no longer deprecated.
- - Improved documentation
- - Storage is now it's own class to allow future development of locking and pluggable backends.
+ - Improved documentation.
+ - Storage is now its own class to allow future development of locking and pluggable backends.
===0.6.6 [31st August 2010]
- Now Heroku compatible out of the box, index is created in tmp when root dir is non-writable. [parndt - Philip Arndt - Great suggestion]
- Fixed a require path issue on 1.9.2.
- Fixed an issue with index_file location on Rails 3.0.0 final.
@@ -84,18 +91,18 @@
===0.3.1 [18 September 2007]
- Added RDoc documentation comments.
===0.3.0 [18 September 2007]
- Minor bug fixes.
-- min_word_size now works properly, with queries containing small words in
+- min_word_size now works properly, with queries containing small words in
quotes or being preceded by a '+' symbol are now searched on.
===0.2.2 [06 September 2007]
-- Search now caches query results within a session. Call the search twice in an
+- Search now caches query results within a session. Call the search twice in an
action? Only runs once!
===0.2.1 [05 September 2007]
-- AR find options can now be passed to the search to allow finer control of
+- AR find options can now be passed to the search to allow finer control of
returned Model Objects.
===0.2.0 [04 September 2007]
- Major performance improvements.
- Index segmentation can now be tuned.