Skip to content

Commit

Permalink
Add changelog entries associated with update to Swift 6 (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jun 22, 2024
1 parent d5dc142 commit 1f4b422
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@

#### Enhancements

* None.
* Linting got around 20% faster due to the praisworthy performance
improvements done in the [SwiftSyntax](https://github.com/apple/swift-syntax)
library.

#### Bug Fixes

* Fix a few false positives and negatives by updating the parser to support
Swift 6 with all its new language constructs.
[SimplyDanny](https://github.com/SimplyDanny)

* Stop triggering `mark` rule on "mark" comments in the middle of another
comment.
[SimplyDanny](https://github.com/SimplyDanny)
Expand Down

0 comments on commit 1f4b422

Please sign in to comment.