Commit a75e2c0f0a2afe0e6829b7a4642733a0c3349943

Authored by Andrew
1 parent 87a484c9

Updated changelog [skip ci]

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
@@ -12,17 +12,11 @@ Breaking changes @@ -12,17 +12,11 @@ Breaking changes
12 - Conversions are not stemmed by default 12 - Conversions are not stemmed by default
13 - An `ArgumentError` is raised instead of a warning when options are incompatible with the `body` option 13 - An `ArgumentError` is raised instead of a warning when options are incompatible with the `body` option
14 - Removed `log` option from `boost_by` 14 - Removed `log` option from `boost_by`
15 -- Removed `unscoped_reindex_job` option (always `true` now)  
16 - Removed `Model.enable_search_callbacks`, `Model.disable_search_callbacks`, and `Model.search_callbacks?` 15 - Removed `Model.enable_search_callbacks`, `Model.disable_search_callbacks`, and `Model.search_callbacks?`
17 - Removed `reindex_async` method, as `reindex` now defaults to callbacks mode specified on the model 16 - Removed `reindex_async` method, as `reindex` now defaults to callbacks mode specified on the model
18 - Removed `async` option from `record.reindex` 17 - Removed `async` option from `record.reindex`
19 - Bumped default `limit` to 10,000 18 - Bumped default `limit` to 10,000
20 19
21 -## 2.5.1 [unreleased]  
22 -  
23 -- No longer require fields when `_all` field is missing  
24 -- Added `unscoped_reindex_job` option  
25 -  
26 ## 2.5.0 20 ## 2.5.0
27 21
28 - Try requests 3 times before raising error 22 - Try requests 3 times before raising error