Commit 5272137767c6791cc0e7eb593063a850d8723793
1 parent
92af6b1c
Exists in
master
and in
21 other branches
Updated readme and changelog
Showing
2 changed files
with
8 additions
and
1 deletions
Show diff stats
CHANGELOG.md
1 | -## 0.9.2 [unreleased] | |
1 | +## 1.0.0 | |
2 | 2 | |
3 | 3 | - Added support for Elasticsearch 2.0 |
4 | 4 | - Added support for aggregations |
... | ... | @@ -6,6 +6,12 @@ |
6 | 6 | - Added `fragment_size` option for highlight |
7 | 7 | - Added `took` method to results |
8 | 8 | |
9 | +Breaking changes | |
10 | + | |
11 | +- Raise `Searchkick::DangerousOperation` error when calling reindex with scope | |
12 | +- Enabled misspellings by default for partial matches | |
13 | +- Enabled transpositions by default for misspellings | |
14 | + | |
9 | 15 | ## 0.9.1 |
10 | 16 | |
11 | 17 | - `and` now matches `&` | ... | ... |
README.md