bring over changes from 15.1

This commit is contained in:
spalger
2018-07-03 09:47:53 -07:00
parent 15422ddbed
commit 40f43838dd
4 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
[[changelog]]
== Changelog
=== 15.1.0 (July 3 2018)
* apiVersion `"6.3"` is now the default
=== 15.0.0 (May 14 2018)
* Upgrade from lodash 2 to lodash 4 (Thanks https://github.com/dominykas[@dominykas]!) https://github.com/elastic/elasticsearch-js/pull/660[#600]
- Because this is such a large shift, and it could have potentially subtle effects on the module, we've done a major version bump. Unless you are using custom plugins that rely on the old `utils`, this _should_ be the equivalent of a patch upgrade.