Skip to content

Commit c531cd7

Browse files
author
Adam Schlesinger
committed
Updated CHANGELOG
1 parent 0e604f9 commit c531cd7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0-beta.2]
10+
### Fixed
11+
- Correctly namedspaced the common MiniJSON utility to fix [#404](https://github.com/OneSignal/OneSignal-Unity-SDK/issues/404)
12+
- Ensured code distributed with unitypackage would not reference other packages if missing
13+
- Swapped out code that was only available in Unity 2020 for backwards compatible implementations
14+
815
## [3.0.0-beta.1]
916
- Complete overhaul to the public API of the SDK. While this release is in beta please see our included [example MonoBehaviour](Example/OneSignalExampleBehaviour.cs) for usage.
1017
- The included OneSignal Android SDK is now fully imported via EDM4U/gradle and will pull the latest version. Please see [OneSignal-Android-SDK Releases](https://github.com/OneSignal/OneSignal-Android-SDK/releases) for latest changes.
@@ -54,7 +61,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
5461
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
5562
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
5663

57-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.1...HEAD
64+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.2...HEAD
65+
[3.0.0-beta.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0-beta.1...3.0.0-beta.2
5866
[3.0.0-beta.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.4...3.0.0-beta.1
5967
[2.14.5]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.4...2.14.5
6068
[2.14.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/2.14.3...2.14.4

0 commit comments

Comments
 (0)