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

Commit

Permalink
changelog 5.2.5 initial commit (#1686)
Browse files Browse the repository at this point in the history
* changelog 5.2.5 initial commit

* fix url
  • Loading branch information
jennyf19 authored Dec 12, 2019
1 parent 686afca commit e76a187
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.2.5
=============
Bug Fixes:
**Due to network timeouts, hitting the instance discovery endpoint may time out.** ADAL.NET now returns a more explicit error message. [Issue](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1662)
**On iOS 13, the `IsBrokerResponse` method can return true if `SourceApplication` is null, which later resulted in a null ref on non-broker related calls**. ADAL.NET now checks the `openUrl` is a broker response before proceeding. [Issue](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1673)
**On Android with embedded webview, when setting up the password reset, the security information drop boxes were not active**. ADAL.NET now uses the correct Activity context in the embedded webview. [Issue](https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1684)

Version 5.2.4
=============
New Features:
Expand Down

0 comments on commit e76a187

Please sign in to comment.