aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-04-13 10:31:40 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-13 10:31:40 -0700
commit4797b98bfd8c16230a39945c22d23d08c0b3d8b0 (patch)
tree02bc06c9e6c983ac750ef7f63347bb6835b6b1db /Firebase/Auth
parent2ceea9b66eb8ea516702e1ef409e801fec068682 (diff)
Update changelog (#1090)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 94d508b..858d2a7 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v4.6.1
+- Fixes crash which occurred when certain Firebase IDTokens were being parsed (#1076).
+
# v4.6.0
- Adds `getIDTokenResultWithCompletion:` and `getIDTokenResultForcingRefresh:completion:` APIs which
call back with an AuthTokenResult object. The Auth token result object contains the ID token JWT string and other properties associated with the token including the decoded available payload claims (#1004).