From e1d0e9209842c72f24b395fa2aecaed908e7e6bc Mon Sep 17 00:00:00 2001 From: Grouh Date: Thu, 14 Mar 2024 15:32:01 +0100 Subject: [PATCH] Update changelog Signed-off-by: Grouh --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eeff0ca3a..5c8cb7596e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ 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