Skip to content

Commit

Permalink
Update CHANGELOG for MSAL 4.63.0 Release (#4885)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
gladjohn committed Aug 6, 2024
1 parent fd0ffad commit 89dba0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.63.0
==========
### New Features
- Implemented Claims API to Bypass Cache When Claims are Present in MSAL with Managed Identity. This is still an experimental API and may change in the future. See [Issue #4845](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4845)

### Bug Fixes
- Fixed an issue where SHR POP tokens were broken due to an invalid algorithm. The algorithm has been corrected to PS256 from RS256. See [Issue #4839](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4839)

4.62.0
==========
### New Features
Expand Down

0 comments on commit 89dba0a

Please sign in to comment.