From 58dc58fdb76206cab2abcf3bd2cabd9245e83b11 Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Mon, 26 Feb 2024 15:50:05 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Miki Signed-off-by: Anan Zhuang --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e9e27506bd..59a9247306f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [BUG][Multiple Datasource] Fix datasource testing connection unexpectedly passed with wrong endpoint [#5663](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5663) - [Table Visualization] Fix filter action buttons for split table aggregations ([#5619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5619)) - [BUG][Discover] Allow saved sort from search embeddable to load in Dashboard ([#5934](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5934)) -- [BUG][Discover] Fix safari overflow bug ([#5948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5948)) +- [Discover] Fix table cell content overflowing in Safari ([#5948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5948)) ### 🚞 Infrastructure