Skip to content

Commit

Permalink
Add release note for deprecated IncrementalEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdv committed Apr 23, 2024
1 parent a441546 commit f8853c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Release Notes/600.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@
- Description: `ByteSourceRange` is being dropped for `Range<AbsolutePosition>`, where the latter clearly signifies that it uses UTF-8 byte positions. `Range<AbsolutePosition>` has deprecated compatibility layers to make it API-compatible with `ByteSourceRange`
- Pull request: https://github.com/apple/swift-syntax/pull/2587

- `IncrementalEdit` deprecated in favor of `SourceEdit`
- Description: `IncrementalEdit` is being dropped for `SourceEdit`. `SourceEdit` has deprecated compatibility layers to make it API-compatible with `IncrementalEdit`
- Issue: https://github.com/apple/swift-syntax/issues/2532
- Pull request: https://github.com/apple/swift-syntax/pull/2604

## API-Incompatible Changes

- `MacroDefinition` used for expanding macros:
Expand Down

0 comments on commit f8853c9

Please sign in to comment.