diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c632c980..8dac849a0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ ## Unreleased > [!Important] -> Xcode 26 is not allowing individual frameworks to contain arm64e slices anymore if the main binary doesn't contain it. +> Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them. > We have decided to split the Dynamic variant of Sentry into two variants: > > - `Sentry-Dynamic`: Without arm64e > - `Sentry-Dynamic-WithARM64e`: _With_ ARM64e slice > -> If your app does not need arm64e, you don't need to do any changes. -> But if your app _needs arm64e_ please use `Sentry-Dynamic-WithARM64e` from 8.55.0 so you don't have issues uploading to the AppStore. +> If your app does not need arm64e, you don't need to make any changes. +> But if your app _needs arm64e_ please use `Sentry-Dynamic-WithARM64e` from 8.55.0 so you don't have issues uploading to the App Store. ### Features