aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-04-03 09:55:43 -0700
committerGravatar GitHub <noreply@github.com>2018-04-03 09:55:43 -0700
commit1be9737fb28deb388cbcfaf6324ebad49683340b (patch)
treebe3f1b4169f210cdfe7f00026c4e57ce63b76383 /Firebase/Auth
parentdfc7d5e5fa1966ba3b08ec9eed70d940ab987e6b (diff)
Updates change log (#938)
* Updates changelog for Auth next release * Fixes typo * Addresses comment * Addresses comments
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 4f068eb..d5ee03f 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,8 @@
+# v4.5.1
+- Adds client-side validation to prevent setting `handleCodeInApp` to false when performing
+ email-link authentication. If `handleCodeInApp` is set to false an invalid argument exception
+ is thrown.
+
# v4.5.0
- Adds new API which provides a way to determine the sign-in methods associated with an
email address.