aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-22 06:30:24 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-22 06:30:24 -0700
commit59553af237b982bab18637e256c840e1a45954c8 (patch)
treeb6be3b57269ed5fb308bf6c44b6567f1bdafae4d /Firebase/Auth/CHANGELOG.md
parentf333bd5c188d553057c2dcc099b5da42edd1d495 (diff)
Plans next Auth release as 4.2.1 instead. (#306)
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 2dbd5ee..3a659e4 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,6 +1,6 @@
-# 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.1
+- Fixes a threading issue in phone number auth that completion block was not
+ executed on the main thread in some error cases.
# v4.2.0
- Adds new phone number verification API which makes use of an intelligent reCAPTCHA to verify the application.