From df0d55f3db1e0ea6b610f7b2148fe6105870ca45 Mon Sep 17 00:00:00 2001 From: tygao Date: Thu, 6 Jun 2024 17:22:44 +0800 Subject: [PATCH] doc: update changelog Signed-off-by: tygao --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8ad35e..61c07477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add data source service ([#191](https://github.com/opensearch-project/dashboards-assistant/pull/191)) - Update router and controller to support MDS ([#190](https://github.com/opensearch-project/dashboards-assistant/pull/190)) - Hide notebook feature when MDS enabled and remove security dashboard plugin dependency ([#201](https://github.com/opensearch-project/dashboards-assistant/pull/201)) -- Refactor default data source retriever ([#197](https://github.com/opensearch-project/dashboards-assistant/pull/197)) \ No newline at end of file +- Refactor default data source retriever ([#197](https://github.com/opensearch-project/dashboards-assistant/pull/197)) +- Add patch style for fixed components ([#203](https://github.com/opensearch-project/dashboards-assistant/pull/203))