Add new changelog section

This commit is contained in:
JP Simard 2023-05-10 16:45:37 -04:00
parent 0ffe0c5911
commit 7501d44b69
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,26 @@
## Main
#### Breaking
* None.
#### Experimental
* None.
#### Enhancements
* None.
#### Bug Fixes
* Let the `validates_start_with_lowercase` option in name configurations
expect a severity (warning or error). Not setting it disables the check.
Boolean values are now deprecated. A `true` value enables the check as an
error for the time being to keep the previous behavior.
[SimplyDanny](https://github.com/SimplyDanny)
[#2180](https://github.com/realm/SwiftLint/issues/2180)
## 0.52.0: Crisp Clear Pleats ## 0.52.0: Crisp Clear Pleats
#### Breaking #### Breaking
@ -92,13 +115,6 @@
[SimplyDanny](https://github.com/SimplyDanny) [SimplyDanny](https://github.com/SimplyDanny)
[#4860](https://github.com/realm/SwiftLint/issues/4860) [#4860](https://github.com/realm/SwiftLint/issues/4860)
* Let the `validates_start_with_lowercase` option in name configurations
expect a severity (warning or error). Not setting it disables the check.
Boolean values are now deprecated. A `true` value enables the check as an
error for the time being to keep the previous behavior.
[SimplyDanny](https://github.com/SimplyDanny)
[#2180](https://github.com/realm/SwiftLint/issues/2180)
* Ignore block comments in `let_var_whitespace` rule. * Ignore block comments in `let_var_whitespace` rule.
[SimplyDanny](https://github.com/SimplyDanny) [SimplyDanny](https://github.com/SimplyDanny)
[#4871](https://github.com/realm/SwiftLint/issues/4871) [#4871](https://github.com/realm/SwiftLint/issues/4871)