Commit 5272137767c6791cc0e7eb593063a850d8723793

Authored by Andrew Kane
1 parent 92af6b1c

Updated readme and changelog

Showing 2 changed files with 8 additions and 1 deletions   Show diff stats
1 -## 0.9.2 [unreleased] 1 +## 1.0.0
2 2
3 - Added support for Elasticsearch 2.0 3 - Added support for Elasticsearch 2.0
4 - Added support for aggregations 4 - Added support for aggregations
@@ -6,6 +6,12 @@ @@ -6,6 +6,12 @@
6 - Added `fragment_size` option for highlight 6 - Added `fragment_size` option for highlight
7 - Added `took` method to results 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 ## 0.9.1 15 ## 0.9.1
10 16
11 - `and` now matches `&` 17 - `and` now matches `&`
@@ -1226,6 +1226,7 @@ Important notes are listed below. @@ -1226,6 +1226,7 @@ Important notes are listed below.
1226 1226
1227 ### 1.0.0 1227 ### 1.0.0
1228 1228
  1229 +- Added support for Elasticsearch 2.0
1229 - Facets are deprecated in favor of [aggregations](#aggregations) 1230 - Facets are deprecated in favor of [aggregations](#aggregations)
1230 1231
1231 #### Breaking Changes 1232 #### Breaking Changes