Commit e13bfd99620b86d0c95a3b22fadddf1df94d107c

Authored by Andrew
1 parent b0a50224

Updated changelog [skip ci]

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -21,7 +21,7 @@ gemfile:
21 21 - test/gemfiles/mongoid5.gemfile
22 22 - test/gemfiles/mongoid6.gemfile
23 23 env:
24   - - ELASTICSEARCH_VERSION=6.2.2
  24 + - ELASTICSEARCH_VERSION=6.2.3
25 25 jdk: oraclejdk8
26 26 matrix:
27 27 include:
... ...
CHANGELOG.md
1 1 ## 3.0.3 [unreleased]
2 2  
  3 +- Added support for pagination with `body` option
3 4 - Fixed "Model Search Data" output for `debug` option
4 5 - Fixed `reindex_status` error
  6 +- Fixed error with optional operators in Ruby regexp
  7 +- Fixed deprecation warnings for Elasticsearch 6.2+
5 8  
6 9 ## 3.0.2
7 10  
... ...