From fb8aefad60d5e72cff414649093e146de796bf10 Mon Sep 17 00:00:00 2001 From: Karthik Subramanian Date: Fri, 27 Oct 2023 10:40:36 -0400 Subject: [PATCH] updated the changelog.md Signed-off-by: Karthik Subramanian --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84398bbad5..2302733136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Dependencies ### Changed -Allow null values in arrays ([#687](https://github.com/opensearch-project/opensearch-java/pull/687)) +- Allow null values in arrays ([#687](https://github.com/opensearch-project/opensearch-java/pull/687)) +- Add an example for bulk update operation in samples ([#690](https://github.com/opensearch-project/opensearch-java/pull/690)) ### Deprecated