Commit f14a7df23cd73895a66e705f1ae288474e878d6f

Authored by Andrew
1 parent c130e6c4

Added note about types to changelog [skip ci]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 - Removed support for Elasticsearch 2 3 - Removed support for Elasticsearch 2
4 - Removed support for ActiveRecord < 4.2 and Mongoid < 5 4 - Removed support for ActiveRecord < 4.2 and Mongoid < 5
5 - Removed `reindex_async` method. `reindex` now defaults to mode specified by model. Use `reindex(mode: :async)` to force async reindex. 5 - Removed `reindex_async` method. `reindex` now defaults to mode specified by model. Use `reindex(mode: :async)` to force async reindex.
  6 +- Types are no longer supported. To upgrade models that use inheritance, upgrade your gem to `2.5.0`. Added `inheritance: true` to your `searchkick` method, and do a full reindex before upgrading.
6 7
7 ## 2.5.1 [unreleased] 8 ## 2.5.1 [unreleased]
8 9