From 29d276a2eb06c73a84ac60ec618c67bfb4e224e3 Mon Sep 17 00:00:00 2001 From: Peter M <34331512+pmaytak@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:25:11 -0800 Subject: [PATCH] Changelog 4.39.0. (#3042) * Changelog 4.39.0. * Update changelog.txt Co-authored-by: jennyf19 * Update changelog.txt Co-authored-by: jennyf19 --- changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.txt b/changelog.txt index 96b10edcb5..720fcf0a9c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +4.39.0 +========== +### New Features: +**Added new `LogLevel.Always` and logging of important health metrics** to help with diagnostics of MSAL. See [3004](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3004) and [MSAL logging](https://aka.ms/msal-net-logging). + +### Bug Fixes: +**Fixed a crash in telemetry API when `AcquireToken*` builder is reused`**. See [3024](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3024). +**Fixed sending an incorrect backup authentication system (CCS) value in B2C apps**. See [2748](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2748). + 4.38.0 ========== ### New Features: