From 2439c36581cc25e0ba4f7e942fbeeeef10d46318 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Mon, 24 Jul 2023 22:06:21 +0100 Subject: [PATCH] Update CHANGELOG.md for MSAL 4.55 release (#4265) * Update CHANGELOG.md * Apply suggestions from code review --------- Co-authored-by: Peter <34331512+pmaytak@users.noreply.github.com> Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7f284674..c35d5ab576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +4.55.0 +========== +### New Features +- A user assigned managed identity can now be specified using its object ID. [4215](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4215). + +### Bug Fixes + +- `WithTenantId` now works with CIAM authorities. See [4191](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4191). +- Improved the error message when cache serialization fails. See [4206](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4206). +- Improved logging when using the Windows broker (WAM). See [4183](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/4183). + 4.54.1 ========== ### New Features