aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-21 11:29:26 -0700
committerGravatar GitHub <noreply@github.com>2017-09-21 11:29:26 -0700
commit93bcf42a0bf3254f57f948fcdf6411b9f4184f1e (patch)
treecb85051a4ac4612f2e4b22196db63b7cd2e03e9d /Firebase/Auth/CHANGELOG.md
parent64462179c34df4606b62c7943818c1e8ace9a81f (diff)
Updates changelog for next Auth release of 4.3.0. (#303)
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 39b94df..2dbd5ee 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v4.3.0
+- Provides account creation and last sign-in dates as metadata to the user object.
+- Indicates whether or not the user is a new user in the additional user info object after signing in.
+
# v4.2.0
- Adds new phone number verification API which makes use of an intelligent reCAPTCHA to verify the application.