From 50fdb7257c3d355499672f4846ced6df0328baa6 Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Wed, 16 Oct 2024 18:27:05 +0800 Subject: [PATCH] chore: update CHANGELOG Signed-off-by: Yulong Ruan --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6e19f3..c7338510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - fix: Remove the cache of insight agent id in node server([#343](https://github.com/opensearch-project/dashboards-assistant/pull/343)) - fix: Fix error time field and add filter for same name index patterns([#345](https://github.com/opensearch-project/dashboards-assistant/pull/345)) - refactor: Add data source info in discover url when navigating([#347](https://github.com/opensearch-project/dashboards-assistant/pull/347)) +- feat: only display ai actions that compatible with the datasource([#350](https://github.com/opensearch-project/dashboards-assistant/pull/350)) ### 📈 Features/Enhancements