Skip to content

Commit 0bc8743

Browse files
committed
Add change log entry
1 parent c3a622f commit 0bc8743

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Release Notes/601.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
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

12+
- Moved `Radix` and `IntegerLiteralExprSyntax.radix` from `SwiftRefactor` to `SwiftSyntax`.
13+
- Description: Allows retrieving the radix value from the `literal.text`.
14+
- Issue: https://github.com/apple/swift-syntax/issues/405
15+
- Pull Request: https://github.com/apple/swift-syntax/pull/2605
16+
717
## Deprecations
818

919
## API-Incompatible Changes

0 commit comments

Comments
 (0)