diff --git a/CHANGELOG.md b/CHANGELOG.md index ec16dc9..c6c84d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.2 [unreleased] +## 1.0.0 - Added support for Elasticsearch 2.0 - Added support for aggregations @@ -6,6 +6,12 @@ - Added `fragment_size` option for highlight - Added `took` method to results +Breaking changes + +- Raise `Searchkick::DangerousOperation` error when calling reindex with scope +- Enabled misspellings by default for partial matches +- Enabled transpositions by default for misspellings + ## 0.9.1 - `and` now matches `&` diff --git a/README.md b/README.md index 72203f1..21ea32d 100644 --- a/README.md +++ b/README.md @@ -1226,6 +1226,7 @@ Important notes are listed below. ### 1.0.0 +- Added support for Elasticsearch 2.0 - Facets are deprecated in favor of [aggregations](#aggregations) #### Breaking Changes -- libgit2 0.21.0