Skip to content

Commit

Permalink
Merge branch 'master' into 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Aug 29, 2022
2 parents b43c138 + b707190 commit 26826fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
* `GET_ACTIVE_NOTIFICATIONS_ERROR_CODE` -> `unsupported_os_version`
* `GET_NOTIFICATION_CHANNELS_ERROR_CODE` -> `getNotificationChannelsError`

# [9.9.0]

* [Android] added the ability to specify audio attributes of a notification channel via the `audioAttributesUsage` property belonging to the `AndroidNotificationChannel` and `AndroidNotificationDetails` classes. Thanks to the PR from [Jonas Bornold](https://github.com/bornold)

# [9.8.0+1]

* Added more details to 9.8.0 changelog entry to mention that apps will need to change `compileSdkVersion` to 33 and also updated readme to mention this
Expand Down

0 comments on commit 26826fe

Please sign in to comment.