Skip to content

Commit fa397fe

Browse files
committed
Add release note for the addition of the remark diagnostic severity
1 parent c721e71 commit fa397fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Release Notes/510.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Description: Returns the index of the n-th element in a `SyntaxCollection`. This computation is in O(n) and `SyntaxCollection` is not subscriptable by an integer.
1010
- Pull Request: https://github.com/apple/swift-syntax/pull/2014
1111

12+
- `DiagnosticSeverity` and `PluginMessage.Diagnostic.Severity` now have new case named `remark`
13+
- Description: Remarks are used by the Swift compiler and other tools to describe some aspect of translation that doesn't reflect correctness, but may be useful for the user. Remarks have been added to the diagnostic severity enums to align with the Swift compiler.
14+
- Pull Request: https://github.com/apple/swift-syntax/pull/2143
15+
1216
## API Behavior Changes
1317

1418
## Deprecations

0 commit comments

Comments
 (0)