aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Messaging/CHANGELOG.md')
-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)