diff options
author | Zsika Phillip <protocol86@users.noreply.github.com> | 2018-03-12 15:39:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 15:39:38 -0700 |
commit | 07f46953979d5e455db733cf2dbed481e8651de5 (patch) | |
tree | 5a4c65f30ff68206a99398acb567d905ca8831b7 /Firebase/Auth | |
parent | 2b82a2eef7e897203a191adca996435d091fe4c2 (diff) |
Updates Changelog for 4.5.0 release (#908)
* Updates Changelog for 4.5.0 release
* Addresses comments
Diffstat (limited to 'Firebase/Auth')
-rw-r--r-- | Firebase/Auth/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md index 5b53fc3..4f068eb 100644 --- a/Firebase/Auth/CHANGELOG.md +++ b/Firebase/Auth/CHANGELOG.md @@ -1,3 +1,9 @@ +# v4.5.0 +- Adds new API which provides a way to determine the sign-in methods associated with an + email address. +- Adds new API which allows authentication using only an email link (Passwordless Authentication + with email link). + # v4.4.4 - Addresses CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings that surface in newer versions of Xcode and CocoaPods. |