-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #194 from AzureAD/rpangrle/0.1-ver-and-changelog
Update version to 0.1.0 and add CHANGELOG
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## [0.1.0] - 2017-05-08 | ||
### Added | ||
- Initial BUILD Preview Release of MSAL for ObjC! | ||
- The initial MSAL for ObjC preview only support iOS 9 and later. macOS support will later. | ||
- Support for native client token acquisition using `MSALPublicClientApplication` | ||
- Interactive auth support using `SFSafariViewController` | ||
- iOS Keychain token caching | ||
- Logging via registered callback in `MSALLogger` | ||
- Telemetry events via registered callback in `MSALTelemetry` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters