From 30d6d46949d7362fb5fb8bc5343aa755d4c1ea58 Mon Sep 17 00:00:00 2001 From: Marco Mura Date: Wed, 19 Feb 2025 16:18:06 -0800 Subject: [PATCH] CHANGELOG for release 3.4.7 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541dc99e..1ddae8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## What's new in 3.4.7 +### Features + +- Finalized code for Auth UI experiment. + ### Bug Fixes - Fixed 'Create Jira issue' page getting stuck on the loader when the first Jira server is unreachable. @@ -13,6 +17,7 @@ - Placed code for Auth UI experiment. Still needs additional work before we turn this on. ### Engineeering Excellence + - Cleaned up some of our code with new lint rules - Added some unit tests around authentication