aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-07-02 10:59:43 -0700
committerGravatar GitHub <noreply@github.com>2018-07-02 10:59:43 -0700
commit03ff392ca4e0a0c7b139904b2b853795e69a7237 (patch)
tree72b95d4c7fa7c256188eba68bf2c31346e33f32d
parentced3f445baf8cb4814186833d0054f0933314f93 (diff)
parentf5cb8ae50c2143075d9eda71f4ca582c84b0058c (diff)
Merge pull request #1486 from morganchen12/messaging-unswizzle
Update Messaging changelog
-rw-r--r--Firebase/Messaging/CHANGELOG.md4
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)