Skip to content

Commit

Permalink
Add a release notes for WildcardPatternSyntax.typeAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rintaro committed Dec 12, 2023
1 parent 3ad670b commit 82c7c49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Release Notes/510.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
- Issue: https://github.com/apple/swift-syntax/issues/2092
- Pull Request: https://github.com/apple/swift-syntax/pull/2108

- `WildcardPatternSyntax.typeAnnotation`
- Description: `typeAnnotation` on `WildcardPatternSyntax` was a mistake. Use `typeAnnotation` properties on the outer constructs instead. E.g. `PatternBindingListSyntax.typeAnnotation`
- Pull Request: https://github.com/apple/swift-syntax/pull/2393

## API-Incompatible Changes

- `NoteMessage.fixItID` renamed to `noteID`
Expand Down

0 comments on commit 82c7c49

Please sign in to comment.