Swift: Add change note

This commit is contained in:
Jeroen Ketema
2025-10-31 12:06:52 +01:00
parent 94f8ea5612
commit 2a8e3bee36

View File

@@ -0,0 +1,6 @@
---
category: feature
---
* Added AST nodes `UsingDecl`, `UnsafeExpr`, and `InlineArrayType` that correspond to new nodes in Swift 6.2.
* Added new predicates `isDistributedGet`, `isRead2`, `isModify2`, and `isInit` to the `Accessor` class that correspond to new accessors in Swift 6.2.
* Added a new predicate `isApply` to the `KeyPathComponent` class that corresponds to method and initializer key path components in Swift 6.2.