Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
changelog for 5.1.1 initial commit (#1638)
Browse files Browse the repository at this point in the history
*  changelog for 5.1.1 initial commit

* pr feedback

* putting issue back
  • Loading branch information
jennyf19 authored Aug 8, 2019
1 parent 2933e9a commit 857d162
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 857d162

Please sign in to comment.