Skip to content

Commit fafa515

Browse files
author
Adam Schlesinger
committed
Updated some CHANGELOG descriptions for clarity
1 parent de4f475 commit fafa515

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Improved included [README](../../../com.onesignal.unity.android/Editor/OneSignalConfig.plugin/README.md) for changing the notification icons in the Android plugin.
1414
- Added inline documentation and Unity idiomatic fields to the `InAppMessageAction`
1515
### Fixed
16-
- Added value to actionId for Android
17-
- Added value to additionalData on Android for NotificationOpened
18-
- Reverted [#430](https://github.com/OneSignal/OneSignal-Unity-SDK/pull/430) due to a deprecation of where Android resources can be stored in Unity. Notification icons to be changed for Android can again be found at `Assets/Plugins/Android/OneSignalConfig.plugin`.
19-
- Updated example code for PostNotification to show an example that works without the API key
16+
- Android deserialization of `NotificationAction` type now accounts for `actionID`
17+
- Android deserialization of `Notification` type now accounts for `additionalData` in all cases
18+
- Reverted [#430](https://github.com/OneSignal/OneSignal-Unity-SDK/pull/430) due to a deprecation of where Android resources can be stored in Unity. Notification icons to be changed for Android can again be found at `Assets/Plugins/Android/OneSignalConfig.plugin`. Fixes [#470](https://github.com/OneSignal/OneSignal-Unity-SDK/issues/470)
19+
- Example code for `PostNotification` to show an example that works without the API key
2020
- Reimplemented support for `RemoveExternalUserId`
2121
- Reimplemented `disablePush` as `PushEnabled`
22-
- iOS serialization of `Notification` type now accounts for `additionalData` and `rawPayload` in all cases
22+
- iOS deserialization of `Notification` type now accounts for `additionalData` and `rawPayload` in all cases
2323
- iOS notifications opened from cold start will be received via `NotificationOpened`
24-
- Added missing Notification fields
24+
- Added missing `Notification` fields
2525
- Added prefix to the NSExtensionPrincipalClass in the NotificationServiceExtension Info.plist
2626
- Error deserialization for identity methods on Android
2727

0 commit comments

Comments
 (0)