Skip to content

Commit f262e10

Browse files
Minor wording fixes for CHANGELOG.md (#5867)
Do a couple of wording fixes for the last changelog entry.
1 parent 50a9ff7 commit f262e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Unreleased
44

55
> [!Important]
6-
> Xcode 26 is not allowing individual frameworks to contain arm64e slices anymore if the main binary doesn't contain it.
6+
> Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them.
77
> We have decided to split the Dynamic variant of Sentry into two variants:
88
>
99
> - `Sentry-Dynamic`: Without arm64e
1010
> - `Sentry-Dynamic-WithARM64e`: _With_ ARM64e slice
1111
>
12-
> If your app does not need arm64e, you don't need to do any changes.
13-
> 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.
12+
> If your app does not need arm64e, you don't need to make any changes.
13+
> 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.
1414
1515
### Features
1616

0 commit comments

Comments
 (0)