From bd06d9c0ec199dd22373dd1b9651e0aa9b89788a Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 12 Nov 2025 11:48:41 +0000 Subject: [PATCH] docs: Add minimum OS version bump to CHANGELOG Add breaking change entry documenting the bump in minimum OS versions: - iOS 15.0 - macOS 12.0 - tvOS 15.0 - visionOS 1.0 - watchOS 8.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9ed768b5..a4d51a497c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Breaking Changes +- Bumped minimum OS versions to iOS 15.0, macOS 12.0, tvOS 15.0, visionOS 1.0, and watchOS 8.0 - Moves `SentryEventDecoder` to SPI (#6365) - Makes `PreviewRedactOptions`, `SentryProfileOptions`, `SentryRedactViewHelper`, `SentryViewScreenshotOptions`, `SentryReplayOptions`, `SentryUserFeedbackConfiguration`, `SentryUserFeedbackFormConfiguration`, `SentryUserFeedbackThemeConfiguration`, `SentryUserFeedbackWidgetConfiguration`, `SentryFeedback`, and `SentryExperimentalOptions` `final` (#6365) - Removes Decodable conformances from the public API of model classes (#5691)