From 11552f9b9e7976915b5281e0605b995155e01e41 Mon Sep 17 00:00:00 2001 From: Evan Takeo Kanaiaupuni Greer <56953678+evantk91@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:13:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca77d62..1742e54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [6.5.8] ### Fixed - Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app. -- Fixed the default `notificationsEnabled` value returned when `autoPushRegistration` is set to `false` +- Fixed the default `notificationsEnabled` value returned when `autoPushRegistration` is set to `false`. ### Changed - Updated repository name on Fastline script and podspec files. -- Comments out outdated tests that need to be revisited -- Updated sample app to use generic URLs +- Comments out outdated tests that need to be revisited. +- Updated sample app to use generic URLs. ## [6.5.7] ### Fixed