From fbb644fe20750489d0be21ee10bd21b5312f4742 Mon Sep 17 00:00:00 2001 From: Gagan Juneja Date: Mon, 18 Sep 2023 17:38:12 +0530 Subject: [PATCH] Add CHANGELOG Signed-off-by: Gagan Juneja --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337573480adfd..42c6d9dcb8bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Allow parameterization of tests with OpenSearchIntegTestCase.SuiteScopeTestCase annotation ([#9916](https://github.com/opensearch-project/OpenSearch/pull/9916)) - Mute the query profile IT with concurrent execution ([#9840](https://github.com/opensearch-project/OpenSearch/pull/9840)) - Add instrumentation in transport service. ([#10042](https://github.com/opensearch-project/OpenSearch/pull/10042)) +- Add instrumentation in transport action. ([#10096](https://github.com/opensearch-project/OpenSearch/pull/10096)) ### Deprecated