Commit a8055a5
Merge release/6.2.1 to release/6.2 (swiftlang#1501)
* 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: Jeremy Schonfeld <[email protected]>1 parent 24b307f commit a8055a5
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 | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
421 | 425 | | |
422 | 426 | | |
423 | 427 | | |
| |||
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