Skip to content

Commit c0c3962

Browse files
committed
Add couple missed release notes
1 parent fea29a3 commit c0c3962

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.mobile.notifications/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ All notable changes to this package will be documented in this file.
2020
- [Android] Added API which allows you to change notification icons in Editor.
2121
- [iOS] Correctly handle boolean values in UserInfo, previously boolean values were detected as numbers and get parsed as 1 or 0, now they will be correctly handled as 'true' and 'false'
2222
- [Android] Fixed notification package for Android 12 - NotificationRestartOnBootReceiver needs to be marked as exported in manifest file, disable exact alarms because they require special permissions.
23+
- [iOS] Fix NotificationSettings.iOSSettings.DefaultAuthorizationOptions having incorrect return type (was PresentationOption, now AuthorizationOption).
24+
- [iOS] Mobile Notifications 2.0.0: iOSNotificationTrigger.Type is no longer static and returns iOSNotificationTriggerType instead of int.
2325

2426
## [1.4.2] - 2021-07-22
2527

0 commit comments

Comments
 (0)