Add changelog entry for module split

This commit is contained in:
JP Simard 2023-05-10 13:23:32 -04:00
parent 444653bfd5
commit c0cf1bf5c9
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
[SimplyDanny](https://github.com/SimplyDanny) [SimplyDanny](https://github.com/SimplyDanny)
[#4843](https://github.com/realm/SwiftLint/issues/4843) [#4843](https://github.com/realm/SwiftLint/issues/4843)
* The internal module structure for SwiftLint has changed to split the
monolithic `SwiftLintFramework` into new `SwiftLintCore` for core linter
infrastructure, `SwiftLintBuiltInRules` for built-in rules and
`SwiftLintExtraRules` to add your own native rules to SwiftLint.
[JP Simard](https://github.com/jpsim)
#### Experimental #### Experimental
* None. * None.