We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e7db commit 9efdf8fCopy full SHA for 9efdf8f
CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
6
7
| Contents |
8
| :--------------------- |
9
+| [Swift 5.0](#swift-50) |
10
| [Swift 4.1](#swift-41) |
11
| [Swift 4.0](#swift-40) |
12
| [Swift 3.1](#swift-31) |
@@ -19,6 +20,16 @@ CHANGELOG
19
20
21
</details>
22
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
33
Swift 4.1
34
---------
35
0 commit comments