From 653aeaf2083dfe1832d66768bf932a8057e17c04 Mon Sep 17 00:00:00 2001 From: Travis Walker Date: Fri, 14 Apr 2023 10:10:02 -0700 Subject: [PATCH] Update CHANGELOG.md for 4.53.0 (#4083) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35795f07de..9615e3b78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +4.53.0 +========== +### New Features +- Added support for CIAM authorities. See [3990](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3990) + +### Bug Fixes +- Fixed issue where WAM is invoked for B2C authorities. MSAL will now fall back to the browser for this scenario. See [4072](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4072) + 4.52.0 ========== ### New Features