Skip to content

Commit 9efdf8f

Browse files
committed
Update changelog for the macros-with-casts change.
Hey, it's the first Swift 5 changelog note.
1 parent 413e7db commit 9efdf8f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
| Contents |
88
| :--------------------- |
9+
| [Swift 5.0](#swift-50) |
910
| [Swift 4.1](#swift-41) |
1011
| [Swift 4.0](#swift-40) |
1112
| [Swift 3.1](#swift-31) |
@@ -19,6 +20,16 @@ CHANGELOG
1920

2021
</details>
2122

23+
Swift 5.0
24+
---------
25+
26+
* C macros containing casts are no longer imported to Swift if the type in the
27+
cast is unavailable or deprecated, or produces some other diagnostic when
28+
referenced. (These macros were already only imported under very limited
29+
circumstances with very simple values, so this is unlikely to affect
30+
real-world code.)
31+
32+
2233
Swift 4.1
2334
---------
2435

0 commit comments

Comments
 (0)