From 0742ae2203a33148fb305c8bf0ee519577f5a453 Mon Sep 17 00:00:00 2001 From: Grouh Date: Fri, 15 Mar 2024 11:58:16 +0100 Subject: [PATCH] fix changelog Signed-off-by: Grouh --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8cb7596e..233e0c85a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fix integer overflow for variables in indices stats response ([#877](https://github.com/opensearch-project/opensearch-java/pull/877)) - Support weight function in function score query ([#880](https://github.com/opensearch-project/opensearch-java/pull/880)) +- Fix pattern replace by making flag optional as on api ([#895](https://github.com/opensearch-project/opensearch-java/pull/895)) ### Security @@ -65,7 +66,6 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fix missing properties on UpdateOperation ([#744](https://github.com/opensearch-project/opensearch-java/pull/744)) -- Fix pattern replace by making flag optional as on api ([#895](https://github.com/opensearch-project/opensearch-java/pull/895)) ### Security