diff options
author | Ryan Wilson <wilsonryan@google.com> | 2018-06-28 16:37:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 16:37:20 -0400 |
commit | 74fa22f1de418d5389b5a68e379a689516c3980b (patch) | |
tree | 48e5b3fcb860524fefacfbcf4096ddd52cdad7e3 /Firebase/Messaging | |
parent | ef23a69ef1770554799dc22a889981d0c4e0b417 (diff) |
Change 2015 to 2018 :) (#1474)
Diffstat (limited to 'Firebase/Messaging')
-rw-r--r-- | Firebase/Messaging/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Messaging/CHANGELOG.md b/Firebase/Messaging/CHANGELOG.md index 4148f76..d0f7da7 100644 --- a/Firebase/Messaging/CHANGELOG.md +++ b/Firebase/Messaging/CHANGELOG.md @@ -1,9 +1,9 @@ -# 2015-07-10 -- v3.0.3 +# 2018-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 +# 2018-06-12 -- v3.0.2 - Added a warning message when subscribing to topics with incorrect name formats. - Silenced a deprecation warning in FIRMessaging. |