Skip to content

Commit cf42529

Browse files
committed
Update Changelog
1 parent 664bd71 commit cf42529

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#11944](https://github.com/rubocop/rubocop/pull/11944): Fix an incorrect autocorrect for `Style/SoleNestedConditional` with `Style/MethodCallWithArgsParentheses`. ([@koic][])
17+
* [#11930](https://github.com/rubocop/rubocop/pull/11930): Fix exception on `Lint/InheritException` when class definition has non-constant siblings. ([@rafaelfranca][])
18+
* [#11919](https://github.com/rubocop/rubocop/issues/11919): Fix an error for `Lint/UselessAssignment` when a variable is assigned and unreferenced in `for`. ([@koic][])
19+
* [#11928](https://github.com/rubocop/rubocop/pull/11928): Fix an incorrect autocorrect for `Lint/AmbiguousBlockAssociation`. ([@koic][])
20+
* [#11915](https://github.com/rubocop/rubocop/pull/11915): Fix a false positive for `Lint/RedundantSafeNavigation` when `&.` is used for `to_s`, `to_i`, `to_d`, and other coercion methods. ([@lucthev][])
21+
22+
### Changes
23+
24+
* [#11942](https://github.com/rubocop/rubocop/pull/11942): Require Parser 3.2.2.3 or higher. ([@koic][])
25+
1426
## 1.52.0 (2023-06-02)
1527

1628
### New features
@@ -7121,3 +7133,4 @@
71217133
[@ktopolski]: https://github.com/ktopolski
71227134
[@Bhacaz]: https://github.com/Bhacaz
71237135
[@naveg]: https://github.com/naveg
7136+
[@lucthev]: https://github.com/lucthev

changelog/change_require_parser_3_2_2_3_or_higher.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_an_incorrect_for_style_sole_nested_conditional.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_error_for_lint_exception.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_error_for_lint_useless_assignment.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_incorrect_autocorrect_for_lint_ambiguous_block_association.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_switch_back_the_docs_version.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)