aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-11-28 11:17:49 -0800
committerGravatar GitHub <noreply@github.com>2017-11-28 11:17:49 -0800
commit564c0bebdc0abf48e4f74f49b25df40f7f1fe3c7 (patch)
treecabb8c808c8651ce6587f4fc0af582fa8df7c428 /Firebase/Auth/CHANGELOG.md
parent7cdf7af78ba2379fa489c7e050c13930250e637f (diff)
Update version number (#499)
* updates Auth Change Log * Minor Improvements * Addresses comment
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 6862bba..d464cd6 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v4.4.0
+- Adds new APIs which return an AuthDataResult object after successfully creating an
+ Email/Password user, signing in anonymously, signing in with Email/Password and signing
+ in with Custom Token. The AuthDataResult object contains the new user and additional
+ information pertaining to the new user.
+
# v4.3.2
- Improves error handling for the phone number sign-in reCAPTCHA flow.
- Improves error handling for phone number linking flow.