From 0a7947088c4f5e4e90a4626979ed6a390a8f3df1 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Sat, 31 Aug 2024 01:41:07 +0530 Subject: [PATCH] minor: update what's new for 1.5.2 (#17656) (cherry picked from commit 0dcf9d7ab3dccf3f355c4e0fa8f4c50e4b595ec0) --- .../ui/src/components/Modals/WhatsNewModal/whatsNewData.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index fc8ee196025e..8d8cf86223c0 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -930,7 +930,8 @@ To continue pursuing this objective, the application was completely refactored t - [Improve]: Added support for the 'Edit Assign' button in the Incident Manager, allowing for easier assignment changes. - [Improve]: Introduced a resizable layout for the glossary page, improving usability and adaptability to different screen sizes. - [Improve]: Enhanced the display of tier tags with improved styling for better visibility and distinction. -- [Improve]: Pick email and name based on claim values at login. This update ensures that user details are automatically populated during the login process, streamlining user experience.`, +- [Improve]: Pick email and name based on claim values at login. This update ensures that user details are automatically populated during the login process, streamlining user experience. +- [Improve]: Added custom properties support in Data Product`, }, }, ];