From 857d1626580eb2fffc8a6e27404ce13f80b890e4 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Thu, 8 Aug 2019 10:24:53 -0700 Subject: [PATCH] changelog for 5.1.1 initial commit (#1638) * changelog for 5.1.1 initial commit * pr feedback * putting issue back --- changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.txt b/changelog.txt index 9f71bb330..dddffd017 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +Version 5.1.1 +============== +Bug fixes: +- **When specifying a port, ADAL.NET would always make the call on port 443**. ADAL.NET now honors the port specified by the developer. [Issue 1627](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1627) +- **On Android, using embedded webview, during log-in, when the screen orientation changed, ADAL.NET lost the information the user typed into the login screen**. ADAL.NET now maintains information typed into the log in screen during screen orientation changes. See [issue for more details](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1622) +- **ADAL.NET was not correctly catching a network down exception**. ADAL.NET now catches the exception and sets it on the correct TaskCompletionSource object. [See PR for more information](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/pull/1636) + Version 5.1.0 ============== Bug fixes: