aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
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:33:54 -0700
commit1b6429c0d421b289cbf6509c008f54a078ba9ba9 (patch)
tree96839a35b3ab7e2624430bcd823814157cfe1183 /Firebase
parent484c88b0f5ca07f63570a94e205b31a179d00fb2 (diff)
Update changelog (#1090)
Diffstat (limited to 'Firebase')
-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).