aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-07 19:59:10 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-07 16:59:10 -0700
commit44649cf43529718b0d99acf468ef6289a215fc70 (patch)
treefa90dae7060585dca9749976ca50404557e87198 /Firebase/Auth
parent0d14d9f5f56650134d2a18ee60a28d6416078f0b (diff)
Update unreleased changes in CHANGELOG. (#1239)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 858d2a7..5a3fcef 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,10 @@
+# v5.0.0
+- Adds APIs for phone Auth testing to bypass the verification flow (#1192).
+- Changes the callback block signature for sign in and create user methods
+ to provide an AuthDataResult that includes the user and user info (#1123, #1186).
+- Removes GoogleToolboxForMac dependency (#1175).
+- Removes misc. deprecated APIs (#1188, #1200)
+
# v4.6.1
- Fixes crash which occurred when certain Firebase IDTokens were being parsed (#1076).