aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-06-20 10:14:10 -0700
committerGravatar GitHub <noreply@github.com>2018-06-20 10:14:10 -0700
commita4b7a244e7bc2778e7178f7855d58bb93f0deaf8 (patch)
tree50da184fddea28452b757d5cbb0b49ff1b4e0162 /Firebase/Auth/CHANGELOG.md
parent468cb9151791a313d44e382976e6aa22fec45db4 (diff)
parent5fa4f5aac467db35654c0e3cf6920738cb4b8753 (diff)
Merge pull request #1383 from morganchen12/auth2
Promote users to non-anonymous status even when linking account w/o pw
Diffstat (limited to 'Firebase/Auth/CHANGELOG.md')
-rw-r--r--Firebase/Auth/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 292f8bd..2669fc0 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v5.0.2
+- Fix an issue where anonymous accounts weren't correctly promoted to
+ non-anonymous when linked with passwordless email auth accounts.
+
# v5.0.1
- Restore 4.x level of support for extensions (#1357).