Swift: Add change notes

This commit is contained in:
Jeroen Ketema
2025-10-22 13:23:46 +02:00
parent e415772688
commit 74384bbeae
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
category: breaking
---
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
* The `OtherAvailabilitySpec` class had been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Upgraded to allow analysis of Swift 6.2.