From d2201cf54e3b823a932afd5febf66e9cc4728198 Mon Sep 17 00:00:00 2001 From: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:36:13 -0700 Subject: [PATCH] Changelog for 4.61.2 (#4795) * Changelog for 4.61.2 * Update CHANGELOG.md --------- Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275bc95baf..cea4591614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +4.61.2 +========== +### Bug Fixes +- Fixed a regression in MSAL 4.61.1 where the Proof of Possession (POP) extensibility API, when made available for all confidential client scenarios, caused a runtime exception for users of higher-level SDKs that have an explicit dependency on MSAL. See [Issue #4789](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4789). +- Ensured that the measurement of duration in milliseconds is now consistent across all platforms. See [Issue #4784](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4784). + 4.61.1 ========== ### New Features