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 May 9, 2024
1 parent 28b21b7 commit 0c04746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Release Notes/601.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

## Deprecations

- `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

- Moved `Radix` and `IntegerLiteralExprSyntax.radix` from `SwiftRefactor` to `SwiftSyntax`.
Expand Down

0 comments on commit 0c04746

Please sign in to comment.