aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-06-26 16:48:34 -0700
committerGravatar GitHub <noreply@github.com>2018-06-26 16:48:34 -0700
commit5c4b7b58a46d21b5803d65e1dbc6cfe6059ef067 (patch)
tree5aea5133f5e9784dd9b0f1b95be8b3a2988602c9
parent39176ba0f444e8e99af869126dff9811c743ca40 (diff)
Auth 5.0.2 release note updates (#1468)
-rw-r--r--Firebase/Auth/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index d5d0782..b5c4560 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,7 +1,9 @@
# v5.0.2
-- Fix an issue where JWT date timestamps weren't parsed correctly.
+- Fix an issue where JWT date timestamps weren't parsed correctly. (#1319)
- Fix an issue where anonymous accounts weren't correctly promoted to
- non-anonymous when linked with passwordless email auth accounts.
+ non-anonymous when linked with passwordless email auth accounts. (#1383)
+- Fix an exception from using an invalidated NSURLSession. (#1261)
+- Fix a data race issue caught by the sanitizer. (#1446)
# v5.0.1
- Restore 4.x level of support for extensions (#1357).