aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-06-29 14:28:21 -0700
committerGravatar Morgan Chen <morganchen12@gmail.com>2018-06-29 15:41:27 -0700
commitf5cb8ae50c2143075d9eda71f4ca582c84b0058c (patch)
treec8ab94a67497ad15831188c7bf5f3ddd6348218a
parentf3eaa93123ffbf9902c5de381028d4de4e48ab1c (diff)
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)