From 7dc601e2bc9efdf25e34fb4af15b7df98faa0ef7 Mon Sep 17 00:00:00 2001 From: Levi Lesches Date: Mon, 2 Dec 2024 09:11:55 -0500 Subject: [PATCH] Updated changelog again --- flutter_local_notifications/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter_local_notifications/CHANGELOG.md b/flutter_local_notifications/CHANGELOG.md index 12f49dc6f..9c484e70c 100644 --- a/flutter_local_notifications/CHANGELOG.md +++ b/flutter_local_notifications/CHANGELOG.md @@ -1,5 +1,6 @@ ## [19.0.0-dev.2] * **Breaking change** [Android] Removed `AndroidServiceStartType` as it wasn't having any effect. Remove the parameter from your calls to `startForegroundService()`. +* [Android] Clarified docs for [AndroidNotificationDetails.ongoing] that notifications are now always dismissible on Android 14+ ## [19.0.0-dev.1]