aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-03-12 15:39:38 -0700
committerGravatar GitHub <noreply@github.com>2018-03-12 15:39:38 -0700
commit07f46953979d5e455db733cf2dbed481e8651de5 (patch)
tree5a4c65f30ff68206a99398acb567d905ca8831b7 /Firebase/Auth/CHANGELOG.md
parent2b82a2eef7e897203a191adca996435d091fe4c2 (diff)
Updates Changelog for 4.5.0 release (#908)
* Updates Changelog for 4.5.0 release * Addresses comments
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
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.