Apply minor changelog edits

This commit is contained in:
JP Simard 2023-04-21 09:25:11 -04:00
parent 498b4c8fbe
commit d601917e40
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 3 additions and 4 deletions

View File

@ -26,11 +26,10 @@
[JP Simard](https://github.com/jpsim)
[#3726](https://github.com/realm/SwiftLint/issues/3726)
* Trigger `prefer_self_in_static_references` rule on more type references.
* Trigger `prefer_self_in_static_references` rule on more type references.
[SimplyDanny](https://github.com/SimplyDanny)
* Adds a new `reporters` subcommand, to improve discoverability of
reporters.
* Adds a new `reporters` command, to improve discoverability of reporters.
[Martin Redington](https://github.com/mildm8nnered)
[#4819](https://github.com/realm/SwiftLint/issues/4819)
@ -63,7 +62,7 @@
[SimplyDanny](https://github.com/SimplyDanny)
[#4894](https://github.com/realm/SwiftLint/issues/4894)
* Workaround dyld warning about SwiftSyntax classes.
* Work around dyld warning about duplicate SwiftSyntax classes.
[keith](https://github.com/keith)
[#4782](https://github.com/realm/SwiftLint/issues/4782)