diff options
author | Morgan Chen <morganchen12@gmail.com> | 2018-07-02 10:59:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 10:59:43 -0700 |
commit | 03ff392ca4e0a0c7b139904b2b853795e69a7237 (patch) | |
tree | 72b95d4c7fa7c256188eba68bf2c31346e33f32d | |
parent | ced3f445baf8cb4814186833d0054f0933314f93 (diff) | |
parent | f5cb8ae50c2143075d9eda71f4ca582c84b0058c (diff) |
Merge pull request #1486 from morganchen12/messaging-unswizzle
Update Messaging changelog
-rw-r--r-- | Firebase/Messaging/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Messaging/CHANGELOG.md b/Firebase/Messaging/CHANGELOG.md index d0f7da7..f4ca676 100644 --- a/Firebase/Messaging/CHANGELOG.md +++ b/Firebase/Messaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# Unreleased +- Fixed an issue where Messaging wouldn't properly unswizzle swizzled delegate + methods. (#1481) + # 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) |