Commit a75e2c0f0a2afe0e6829b7a4642733a0c3349943
1 parent
87a484c9
Exists in
master
and in
19 other branches
Updated changelog [skip ci]
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -12,17 +12,11 @@ Breaking changes |
12 | 12 | - Conversions are not stemmed by default |
13 | 13 | - An `ArgumentError` is raised instead of a warning when options are incompatible with the `body` option |
14 | 14 | - Removed `log` option from `boost_by` |
15 | -- Removed `unscoped_reindex_job` option (always `true` now) | |
16 | 15 | - Removed `Model.enable_search_callbacks`, `Model.disable_search_callbacks`, and `Model.search_callbacks?` |
17 | 16 | - Removed `reindex_async` method, as `reindex` now defaults to callbacks mode specified on the model |
18 | 17 | - Removed `async` option from `record.reindex` |
19 | 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 | 20 | ## 2.5.0 |
27 | 21 | |
28 | 22 | - Try requests 3 times before raising error | ... | ... |