Skip to content

Commit ae7be93

Browse files
Update v9 changelog (#5605)
* Update v9 changelog * Update develop-docs/README.md Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io> --------- Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
1 parent 8ad303c commit ae7be93

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG-v9.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 9.0
2+
3+
## Breaking Changes
4+
5+
### Fixes
6+
7+
Fixes warnings about minimum OS version being lower than Xcode supported version (#5591)
8+
9+
### Improvements
10+
11+
Removes deprecated user feedback API, this is replaced with the new feedback API (#5591)
12+
Removes unused SentryLogLevel (#5591)
13+
Removes deprecated getStoreEndpoint (#5591)
14+
Removes deprecated useSpan function (#5591)
15+
Removes deprecated SentryDebugImageProvider class (#5598)

develop-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ Future types conforming to Decodable can be written in Swift from the start and
286286

287287
## v9
288288

289-
Work on the v9 SDK is being done behind the compiler flag `SDK_V9`. CI builds the SDK with this flag enabled to ensure it does not break during the course of non-v9 development. This SDK version will focus on quality and be a part of Sentry’s quality quarter initiative. Notably, the minimum supported OS version will be bumped in this release.
289+
Work on the v9 SDK is being done behind the compiler flag `SDK_V9`. CI builds the SDK with this flag enabled to ensure it does not break during the course of non-v9 development. This SDK version will focus on quality and be a part of Sentry’s quality quarter initiative. Notably, the minimum supported OS version will be bumped in this release. The changelog for this release is being tracked in [CHANGELOG-v9.md](../CHANGELOG-v9.md).

0 commit comments

Comments
 (0)