Skip to content

Commit 74384bb

Browse files
committed
Swift: Add change notes
1 parent e415772 commit 74384bb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: breaking
3+
---
4+
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
5+
* The `OtherAvailabilitySpec` class had been removed. Use `AvailabilitySpec::isWildcard` instead.
6+
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* Upgraded to allow analysis of Swift 6.2.

0 commit comments

Comments
 (0)