Skip to content

Commit 2cc844f

Browse files
committed
Update Changelog
1 parent a1ee8eb commit 2cc844f

8 files changed

+13
-7
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#9152](https://github.com/rubocop-hq/rubocop/issues/9152): Fix an incorrect auto-correct for `Style/SoleNestedConditional` when nested `||` operator modifier condition. ([@koic][])
8+
* [#9161](https://github.com/rubocop-hq/rubocop/issues/9161): Fix a false positive for `Layout/HeredocArgumentClosingParenthesis` when using subsequence closing parentheses in the same line. ([@koic][])
9+
* [#9151](https://github.com/rubocop-hq/rubocop/issues/9151): Fix `SuggestExtensions` to not suggest extensions that are installed but not direct dependencies. ([@dvandersluis][])
10+
* [#8985](https://github.com/rubocop-hq/rubocop/issues/8985): Fix `Style/StringConcatenation` autocorrect generating invalid ruby. ([@tejasbubane][])
11+
* [#9155](https://github.com/rubocop-hq/rubocop/issues/9155): Fix a false positive for `Layout/MultilineMethodCallIndentation` when multiline method chain has expected indent width and the method is preceded by splat for `EnforcedStyle: indented_relative_to_receiver`. ([@koic][])
12+
13+
### Changes
14+
15+
* [#9080](https://github.com/rubocop-hq/rubocop/issues/9080): Make `Lint/ShadowingOuterVariable` aware of `Ractor`. ([@tejasbubane][])
16+
* [#9102](https://github.com/rubocop-hq/rubocop/pull/9102): Relax regexp_parser requirement. ([@marcandre][])
17+
518
## 1.5.1 (2020-12-02)
619

720
### Bug fixes

changelog/change_make_lintshadowingoutervariable_aware_of.md

-1
This file was deleted.

changelog/change_relax_regexp_parser_requirement.md

-1
This file was deleted.

changelog/fix_a_false_positive_for_multiline_method_call_indentation.md

-1
This file was deleted.

changelog/fix_dont_suggest_extensions_that_are.md

-1
This file was deleted.

changelog/fix_false_positive_for_heredoc_argument_closing_parenthesis.md

-1
This file was deleted.

changelog/fix_fix_stylestringconcatenation_autocorrect.md

-1
This file was deleted.

changelog/fix_incorrect_autocorrect_for_sole_nested_conditional.md

-1
This file was deleted.

0 commit comments

Comments
 (0)