Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions FirebaseMessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2020-06 -- Unreleased
- [fixed] Fix documentation warning exposed by Xcode 12. (#5876)

# 2020-06 -- v4.5.0
- [changed] Use UNNotificationRequest to schedule local notification for local timezone notification for iOS 10 and above. This should also fix the issue that '%' was not properly shown in title and body. (#5667)
- [fixed] Fixed Maltese language key for language targeting. (#5702)
Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging/Sources/FIRMessagingPubSub.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ + (NSRegularExpression *)topicRegex {
/**
* Gets the class describing occurences of topic names and sender IDs in the sender.
*
* @param expression The topic expression used to generate a pubsub topic
* @param topic The topic expression used to generate a pubsub topic
*
* @return Representation of captured subexpressions in topic regular expression
*/
Expand Down