Commit 30595dd
Merge release/6.2.1 to release/6.2 (swiftlang#1501) (swiftlang#1503)
* Update 6.2.1 package dependency branches (swiftlang#1496)
* Locale.Region subregion API is misspelled (swiftlang#1495)
With @abi we can make an ABI compatible change so existing clients can continue to work on user's 6.2 devices even after they adopt the correct name on 6.2.1 and above.
But only use @abi for FOUNDATION_FRAMEWORK since ABI compatibility isn't a concern in other scenarios.
---------
Co-authored-by: Tina L <[email protected]>
Co-authored-by: Jeremy Schonfeld <[email protected]>1 parent 3caa32c commit 30595dd
File tree
2 files changed
+11
-7
lines changed- Sources/FoundationInternationalization/Locale
- Tests/FoundationInternationalizationTests
2 files changed
+11
-7
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
429 | 433 | | |
430 | 434 | | |
431 | 435 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
0 commit comments