From a653e564c6589d27345ae8ff97bfd0457d75f761 Mon Sep 17 00:00:00 2001 From: jennyf19 <jeferrie@microsoft.com> Date: Fri, 5 May 2023 16:08:24 -0700 Subject: [PATCH] 2.10 changelog (#2229) --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 285aaa939..9a0282e3d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +2.10.0 +========== +- Update to Wilson 6.30.0 + +### New features: +- **Microsoft.Identity.Web now provides more logging in DownstreamAPI**, see [#2148](https://github.com/AzureAD/microsoft-identity-web/issues/2148) for details. +- **OBO support for composite tokens** based assertion and sub_assertion extra query parameters. See issue [#2222](https://github.com/AzureAD/microsoft-identity-web/issues/2222) for details. + +### Bug fixes: +- **Fix a regex issue** relating to same site, see [#1811](https://github.com/AzureAD/microsoft-identity-web/issues/1811) for details. +- Bug fixes for CIAM support, see [#2218](https://github.com/AzureAD/microsoft-identity-web/pull/2218) for details. + 2.9.0 ========== - Update to Wilson 6.29.0 and MSAL.NET 4.53.0