From 3860fbbf05ed4b7d292dbd7de4d7e9bf96201e52 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Fri, 17 May 2019 13:56:34 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47b3cd059..c0b4f13e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,11 @@ IMPROVEMENTS: of the list is one of the expected values [JWT-50] * ui: KV v1 and v2 will now gracefully degrade allowing a write without read workflow in the UI [GH-6570] + * ui: Many visual improvements with the addition of Toolbars [GH-6626], the restyling + of the Confirm Action component [GH-6741], and using a new set of glyphs for our + Icon component [GH-6736] + * ui: Lazy loading parts of the application so that the total initial payload is + smaller [GH-6718] * storage/postgres: LIST now performs better on large datasets. [GH-6546] BUG FIXES: