From 619c78266999c6e431df9ca0f844e8f656ac145b Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Wed, 14 Jul 2021 16:41:55 +0200 Subject: [PATCH] Updated CHANGELOG for 6.8.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc847586..b1f1e3553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 6.8.2 + +- Fix #1131 class naming for some endpoints used in `elasticsearch-php` < 6.8. + These endpoints are: `NodeAttrs`, `ForceMerge`, `MTermVectors`, `TermVectors` + (https://github.com/elastic/elasticsearch-php/pull/1151) ## Release 6.8.1 - Fix missing class aliases in 6.8.0 (https://github.com/elastic/elasticsearch-php/pull/1114)