Skip to content

Commit

Permalink
Update changelog.md (#2138)
Browse files Browse the repository at this point in the history
* Update changelog.md to 2.6.1 

---------

Co-authored-by: jennyf19 <[email protected]>
  • Loading branch information
westin-m and jennyf19 authored Mar 23, 2023
1 parent 307ef45 commit 3a48a6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.6.1
==========
- Update to Wilson 6.27.0 and MSAL.NET 4.51.0

### New Features:
- **`GetClientAssertion` is now public, which enables inheritance of `ClientAssertionProviderBase`**. See [PR](https://github.com/AzureAD/microsoft-identity-web/pull/2112) for details.
- **Id Web now uses `TryAdd` instead of `Add` in the InMemory and Distributed caches,** this is to not overwrite previously added caches. See [issue](https://github.com/AzureAD/microsoft-identity-web/issues/2090) for details.
- **Id Web now supports MsAuth10ATPop**. See [PR](https://github.com/AzureAD/microsoft-identity-web/pull/2109) for details.

### Bug Fixes:
- **Fix a regression from v1.16.x to v2.5.0 with auth code redemption** when the `ResponseType == "code"`. See issue [#2096](https://github.com/AzureAD/microsoft-identity-web/issues/2096) for details.

### Fundamentals:
- Address compliance and build issues: [#2113](https://github.com/AzureAD/microsoft-identity-web/issues/2113), [#2116](https://github.com/AzureAD/microsoft-identity-web/issues/2116), [#2120](https://github.com/AzureAD/microsoft-identity-web/issues/2120), [#2121](https://github.com/AzureAD/microsoft-identity-web/issues/2121), [#2122](https://github.com/AzureAD/microsoft-identity-web/issues/2122), [#2128](https://github.com/AzureAD/microsoft-identity-web/issues/2128), [#2125](https://github.com/AzureAD/microsoft-identity-web/issues/2125), and [#2137](https://github.com/AzureAD/microsoft-identity-web/issues/2137).

2.5.0
==========
- Make ClientAssertion public, see [for details](https://github.com/AzureAD/microsoft-identity-web/pull/2079).
Expand Down

0 comments on commit 3a48a6d

Please sign in to comment.