Skip to content

Commit

Permalink
chore: Add more details for SentryPrivate (#3757)
Browse files Browse the repository at this point in the history
Add more information on removal of SentryPrivate
  • Loading branch information
philipphofmann authored Mar 18, 2024
1 parent eb41178 commit 0341c52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

### Improvements

- Remove SentryPrivate library (#3623)
- __SPM uses a prebuilt XCFramework and remove SentryPrivate (#3623)__:
We now provide a prebuilt XCFramework for SPM, which speeds up your build and allows us to write
more code in Swift. To make this happen, we had to remove the SentryPrivate target for SPM and
CocoaPods, which you shouldn't have included directly.


### Fixes

Expand Down

0 comments on commit 0341c52

Please sign in to comment.