Skip to content

Commit

Permalink
Update CHANGELOG.md for MSAL 4.55 release (#4265)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jul 24, 2023
1 parent 463c27f commit 2439c36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2439c36

Please sign in to comment.