diff options
author | Lingyi Zhang <lingyiz@google.com> | 2018-06-26 10:55:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 10:55:24 -0700 |
commit | 6e3dc15ce702b2446e33e03ebe5e6d372c6a00a6 (patch) | |
tree | 95c8850966b96df2cdcbe8fc9c0bc704a936ed74 /Firebase/Messaging | |
parent | ec4f365b60a93003906b826c894750ac9661b0b7 (diff) |
Update CHANGELOG.md (#1454)
Diffstat (limited to 'Firebase/Messaging')
-rw-r--r-- | Firebase/Messaging/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Firebase/Messaging/CHANGELOG.md b/Firebase/Messaging/CHANGELOG.md index a11be06..4148f76 100644 --- a/Firebase/Messaging/CHANGELOG.md +++ b/Firebase/Messaging/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2015-07-10 -- v3.0.3 +- Fixed an issue that client should suspend the topic requests when token is not available and resume the topic operation when the token is generated. +- Corrected the deprecation warning when subscribing to or unsubscribing from an invalid topic. (#1397) +- Removed unused heart beat time stamp tracking. + # 2015-06-12 -- v3.0.2 - Added a warning message when subscribing to topics with incorrect name formats. - Silenced a deprecation warning in FIRMessaging. |