Skip to content

Commit 15601d4

Browse files
authored
chore: fixup CHANGELOG.md (#2243)
1 parent c9b352b commit 15601d4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
### Breaking Changes
66

7-
- Removed Unity 2019 support, which reached End of Life in 2022. Minimum supported version now is 2020 ([#2231](https://github.com/getsentry/sentry-unity/pull/2231))
7+
- Removed Unity 2019 support, which reached End of Life in 2022. Minimum supported version now is 2020. ([#2231](https://github.com/getsentry/sentry-unity/pull/2231))
88

9-
- **Breaking Change**: The Unity SDK's static API has been simplified moved from `Sentry.Unity.SentryUnity` and `Sentry.SentrySdk`
10-
to `Sentry.Unity.SentrySdk`.
9+
- **Breaking Change**: The Unity SDK's static API has been moved from `Sentry.Unity.SentryUnity` and `Sentry.SentrySdk` to `Sentry.Unity.SentrySdk`.
1110
This change enables [manual/programatic SDK initialization](https://docs.sentry.io/platforms/unity/configuration/options/programmatic-configuration/) with full functionality, previously only available through auto-initialization.
1211
The underlying .NET SDK's `SentrySdk` class is now internal, and several previously public classes like `SentryInitialization`
1312
and `SentryIntegrations` are now internal.

0 commit comments

Comments
 (0)