From b7f5926b8638c5114cc46febb3f5b675421bc8f8 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:03:20 -0500 Subject: [PATCH] remove trailing space --- FirebaseRemoteConfig/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseRemoteConfig/CHANGELOG.md b/FirebaseRemoteConfig/CHANGELOG.md index 183c9530c9c..a90bc0d3828 100644 --- a/FirebaseRemoteConfig/CHANGELOG.md +++ b/FirebaseRemoteConfig/CHANGELOG.md @@ -1,7 +1,7 @@ # 11.7.0 - [fixed] Mark ConfigUpdateListenerRegistration Sendable. (#14215) - [fixed] Mark completion handlers as Sendable in RemoteConfig class. (#14257) -- [feature] Added support for custom signal targeting in Remote Config. Use +- [feature] Added support for custom signal targeting in Remote Config. Use `setCustomSignals` API for setting custom signals and use them to build custom targeting conditions in Remote Config. (#13976)