diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2018-05-30 18:00:25 -0700 |
---|---|---|
committer | Paul Beusterien <paulbeusterien@google.com> | 2018-05-30 18:02:20 -0700 |
commit | cea8d14dc075144d41bf0002e82fb13010b260a4 (patch) | |
tree | 8dff0be5e514af899f04ec0f951b6604c045f88c /Firebase | |
parent | f3d34f6179572d2bbe10a15399980247f6a359fd (diff) |
Changelog for FirebaseAuth 5.0.1 (#1359)
Diffstat (limited to 'Firebase')
-rw-r--r-- | Firebase/Auth/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md index 5a3fcef..292f8bd 100644 --- a/Firebase/Auth/CHANGELOG.md +++ b/Firebase/Auth/CHANGELOG.md @@ -1,9 +1,12 @@ +# v5.0.1 +- Restore 4.x level of support for extensions (#1357). + # 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) +- Removes miscellaneous deprecated APIs (#1188, #1200). # v4.6.1 - Fixes crash which occurred when certain Firebase IDTokens were being parsed (#1076). |