Skip to content

Commit e9fcb4d

Browse files
committed
Add change log entry
1 parent 208d8b9 commit e9fcb4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Release Notes/601.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
## New APIs
44

5+
- `IntegerLiteralExprSyntax` and `FloatLiteralExprSyntax` now have a computed `representedLiteralValue` property.
6+
- Description: Allows retrieving the represented literal value when valid.
7+
- Issue: https://github.com/apple/swift-syntax/issues/405
8+
- Pull Request: https://github.com/apple/swift-syntax/pull/2605
9+
510
## API Behavior Changes
611

712
## Deprecations
813

914
## API-Incompatible Changes
1015

16+
- Moved `Radix` and `IntegerLiteralExprSyntax.radix` from `SwiftRefactor` to `SwiftSyntax`.
17+
- Description: Allows retrieving the radix value from the `literal.text`.
18+
- Issue: https://github.com/apple/swift-syntax/issues/405
19+
- Pull Request: https://github.com/apple/swift-syntax/pull/2605
20+
1121
## Template
1222

1323
- *Affected API or two word description*

0 commit comments

Comments
 (0)