aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-08-04 09:56:03 -0700
committerGravatar GitHub <noreply@github.com>2017-08-04 09:56:03 -0700
commit13627ec716ed4e7b2cf87ab6d7ffcf8f3f53ae6d (patch)
treea7b55d4fe27b74c0503a9e1d10727b98590ff53d /Firebase/Auth/CHANGELOG.md
parent5430b776ca6fea34d84dab09db39c51b51e551da (diff)
Adds the missing FIRActionCodeOperationRecoverEmail. (#177)
Also allow in-app action code handling to cancel and leave the code in pasteboard.
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 2043c1a..877ce43 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -2,7 +2,8 @@
- Allows the app to handle continue URL natively, e.g., from password reset
email.
- Allows the app to set language code, e.g., for sending password reset email.
-- Fixes an issue that user's phone number does not persist on client.
+- Fixes an issue that user's phone number did not persist on client.
+- Fixes an issue that recover email action code type was reported as unknown.
- Improves app start-up time by moving initialization off from the main
thread.
- Better reports missing email error when creating a new password user.