From f43f2ebd813ce86c8cc877a0686de5b4f8c271ca Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 17 Oct 2024 11:34:45 +0100 Subject: [PATCH] chore: format changelog properly --- CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6df17b..9996616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,19 +16,6 @@ The changes documented here do not include those from the original repository. ### Fix - (ios) `NotificationClickedV2` not being triggered when deep link property is not set (https://outsystemsrd.atlassian.net/browse/RMET-3695). -## [Version 2.3.2] - -### Features -- iOS - Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-ios` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2947). -- (android) Subscribe to app general topic when registering device (and unsubscribe when unregistering) (https://outsystemsrd.atlassian.net/browse/RMET-2948). -- (android) Handle icon and color parameters in setupNotificationBuilder for Android 12+ compatibility - -### Fix -- (ios) `NotificationClickedV2` not being triggered when deep link property is not set (https://outsystemsrd.atlassian.net/browse/RMET-3695). - -### 04-10-2024 - - ## [Version 2.3.2] ### Features