From 4c3540b2a55157a1e0e8013b67307f4c604fdabf Mon Sep 17 00:00:00 2001 From: Heng Qian Date: Mon, 30 Sep 2024 15:05:38 +0800 Subject: [PATCH] Add CHANGELOG.md Signed-off-by: Heng Qian --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e110178b..44ad1a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,4 +45,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Support insight with RAG in alert analysis assistant and refine the UX ([#266](https://github.com/opensearch-project/dashboards-assistant/pull/266)) - Add assistant enabled capabilities to control rendering component([#267](https://github.com/opensearch-project/dashboards-assistant/pull/267)) - Add data to summary API([#295](https://github.com/opensearch-project/dashboards-assistant/pull/295)) -- Refactor popover to add message action bar and add metrics to thumb-up and thumb-down([#304](https://github.com/opensearch-project/dashboards-assistant/pull/304)) \ No newline at end of file +- Refactor popover to add message action bar and add metrics to thumb-up and thumb-down([#304](https://github.com/opensearch-project/dashboards-assistant/pull/304)) +- Support log pattern analysis ([#339](https://github.com/opensearch-project/dashboards-assistant/pull/339))