From 8e07d9fe226cb8748b8e4b54c76e9fa31b0aa001 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 15 Oct 2024 10:00:25 +0100 Subject: [PATCH] chore: update changelog References: https://outsystemsrd.atlassian.net/browse/RMET-2947 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8767fe..10bf558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ The changes documented here do not include those from the original repository. ## [Unreleased] ### Features -- (android) Subscribe to app general topic when registering device (and unsubscribe when unregistering) (https://outsystemsrd.atlassian.net/browse/RMET-2948). +- (android) Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-android` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2948). +- (ios) Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-ios` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2947). ### Fix - (ios) `NotificationClickedV2` not being triggered when deep link property is not set (https://outsystemsrd.atlassian.net/browse/RMET-3695).