Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Update changelog for MSAL release 2.0.1 Preview (#1258)
Browse files Browse the repository at this point in the history
* Update changelog
  • Loading branch information
trwalke authored Sep 14, 2018
1 parent 3198693 commit 63c0140
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions msal/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.0.1-preview
=============
This release contains bug fixes on top of MSAL 2.0.0-preview:
- When using MSAL 2.0.0-preview with Azure AD B2C, the cache was never hit. (See MSAL#[604](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/604)),
and the accounts were not removed correctly (See MSAL #[613](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/613))
- The TokenCacheExtensions.Deserialize was throwing if a null array of bytes was passed as arguments instead of silently not doing anything.
(See MSAL #[603](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/603))
- When migrating a token cache from ADAL v3 or ADAL v4 to MSAL 2.0, the override of acquire token silent without authority used to work incorrectly (cache was missed)

2.0.0-preview
=============
This release contains:
Expand Down

0 comments on commit 63c0140

Please sign in to comment.