Skip to content

Commit 5a8e5ba

Browse files
committed
Update Changelog contents
1 parent 16e52db commit 5a8e5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## [1.1.13] - 2020-12-04
2-
* Fix on checking error pointer before assigning to prevent crashes
2+
* Adding nil check before assigning error when developers try to get account by username from MSALPublicClientApplication, this will help to prevent a crash when passing in nil as error ponter from the API
33

44
## [1.1.12] - 2020-12-02
55
* Added cross-cloud B2B support.
66
* Fixed logic to handle links that open in new tab for embedded webview.
7-
* accountForUsername from MSALPublicClientApplication will return nil back when username is nil or empty, error will be provided if a valid error pointer is passed in via this API
7+
* AccountForUsername from MSALPublicClientApplication will return nil back when username is nil or empty, error will be provided if a valid error pointer is passed in via this API
88
* Updated user guide to provide a sample Swift & ObjC code for querying a specific account and return token silently when multiple accounts are present in the cache.
99
* Added client-side fix for the known ADFS PKeyAuth issue. (#1150)
1010

0 commit comments

Comments
 (0)