From 37318b0f574786759c86e7abfad9e68e73bda4ba Mon Sep 17 00:00:00 2001 From: Nathalie Jonathan Date: Tue, 31 Dec 2024 12:06:55 -0800 Subject: [PATCH] Updated link to PR in CHANGELOG.md. Signed-off-by: Nathalie Jonathan --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a10e063..c414983f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,7 +84,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fixed type in `_msearch/template` ([#735](https://github.com/opensearch-project/opensearch-api-specification/pull/735)) - Fixed indices API schemas ([#750](https://github.com/opensearch-project/opensearch-api-specification/pull/750)) - Fixed cluster API schemas ([#754](https://github.com/opensearch-project/opensearch-api-specification/pull/754)) -- Fixed schema validation for invalid properties in `retry` configuration ([#X](https://github.com/opensearch-project/opensearch-api-specification/pull/X)) +- Fixed schema validation for invalid properties in `retry` configuration ([#758](https://github.com/opensearch-project/opensearch-api-specification/pull/758)) ### Changed - Changed `tasks._common:TaskInfo` and `tasks._common:TaskGroup` to be composed of a `tasks._common:TaskInfoBase` ([#683](https://github.com/opensearch-project/opensearch-api-specification/pull/683))