Skip to content

Commit f8853c9

Browse files
committed
Add release note for deprecated IncrementalEdit
1 parent a441546 commit f8853c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Release Notes/600.md

+5
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@
140140
- 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`
141141
- Pull request: https://github.com/apple/swift-syntax/pull/2587
142142

143+
- `IncrementalEdit` deprecated in favor of `SourceEdit`
144+
- Description: `IncrementalEdit` is being dropped for `SourceEdit`. `SourceEdit` has deprecated compatibility layers to make it API-compatible with `IncrementalEdit`
145+
- Issue: https://github.com/apple/swift-syntax/issues/2532
146+
- Pull request: https://github.com/apple/swift-syntax/pull/2604
147+
143148
## API-Incompatible Changes
144149

145150
- `MacroDefinition` used for expanding macros:

0 commit comments

Comments
 (0)