From aebc5f5b69229f5d3de7aa4c27d17927f9e33cb2 Mon Sep 17 00:00:00 2001 From: channel-dante <dante@channel.io> Date: Tue, 19 Dec 2023 11:00:05 +0900 Subject: [PATCH] add pr link on CHANGELOG.md Signed-off-by: channel-dante <dante@channel.io> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce919b0b06..35e3859aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ This section is for maintaining a changelog for all breaking changes for the cli - Added support for icu_collation_keyword type ([#725](https://github.com/opensearch-project/opensearch-java/pull/725)) - Added support for flat_object field property ([#735](https://github.com/opensearch-project/opensearch-java/pull/735)) - Added toQuery method in Query and QueryVariant ([#760](https://github.com/opensearch-project/opensearch-java/pull/760) -- Added toBuilder method to all request model in core package & _types.query_dsl package ([#766](https://github.com/opensearch-project/opensearch-java/pull/766) +- Added toBuilder method to all request model in core package & _types.query_dsl package ([#766](https://github.com/opensearch-project/opensearch-java/pull/766)) ### Dependencies