Skip to content

Commit a5c2887

Browse files
committed
Update Changelog
1 parent 7f45422 commit a5c2887

12 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#9649](https://github.com/rubocop/rubocop/pull/9649): Fix when highlights contain multibyte characters. ([@osyo-manga][])
8+
* [#9646](https://github.com/rubocop/rubocop/pull/9646): Fix an incorrect auto-correct for `EnforcedStyle: require_parentheses` of `Style/MethodCallWithArgsParentheses` with `EnforcedStyle: conditionals` of `Style/AndOr`. ([@koic][])
9+
* [#9608](https://github.com/rubocop/rubocop/issues/9608): Fix a false positive for `Layout/EmptyLineAfterGuardClause` when using guard clause is after `rubocop:enable` comment. ([@koic][])
10+
* [#9637](https://github.com/rubocop/rubocop/issues/9637): Allow parentheses for forwarded args in `Style/MethodCallWithArgsParentheses`'s `omit_parentheses` style to avoid endless range ambiguity. ([@gsamokovarov][])
11+
* [#9641](https://github.com/rubocop/rubocop/issues/9641): Fix `Layout/MultilineMethodCallIndentation` triggering on method calls that look like operators. ([@dvandersluis][])
12+
* [#9638](https://github.com/rubocop/rubocop/pull/9638): Fix an error for `Layout/LineLength` when over limit at right hand side of multiple assignment. ([@koic][])
13+
* [#9639](https://github.com/rubocop/rubocop/pull/9639): Fix `Style/RedundantBegin` removing comments on assignment statement correction. ([@marcotc][])
14+
* [#9671](https://github.com/rubocop/rubocop/pull/9671): Fix an incorrect auto-correct for `Lint/AmbiguousOperator` with `Style/MethodCallWithArgsParentheses`. ([@koic][])
15+
* [#9645](https://github.com/rubocop/rubocop/pull/9645): Fix an incorrect auto-correct for `Style/SingleLineMethods` when using single line class method definition. ([@koic][])
16+
* [#9644](https://github.com/rubocop/rubocop/pull/9644): Fix an error and an incorrect auto-correct for `Style/MultilineMethodSignature` when line break after opening parenthesis. ([@koic][])
17+
* [#9672](https://github.com/rubocop/rubocop/issues/9672): Fix an incorrect auto-correct for `Style/HashConversion` when using multi-argument `Hash[]` as a method argument. ([@koic][])
18+
519
## 1.12.0 (2021-03-24)
620

721
### New features
@@ -5533,3 +5547,4 @@
55335547
[@caalberts]: https://github.com/caalberts
55345548
[@kachick]: https://github.com/kachick
55355549
[@corroded]: https://github.com/corroded
5550+
[@osyo-manga]: https://github.com/osyo-manga

changelog/fix_error_for_layout_line_length.md

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

changelog/fix_error_for_style_multiline_method_signature.md

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

changelog/fix_false_positive_for_layout_empty_line_after_guard_clause.md

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

changelog/fix_fix_layoutmultilinemethodcallindentation.md

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

changelog/fix_incorrect_autocorrect_for_ambiguous_operator.md

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

changelog/fix_incorrect_autocorrect_for_style_and_or.md

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

changelog/fix_incorrect_autocorrect_for_style_hash_conversion.md

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

changelog/fix_incorrect_autocorrect_for_style_single_line_methods.md

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

changelog/fix_parentheses_in_forwarded_args_for_style_method_call_with_args_parentheses.md

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

0 commit comments

Comments
 (0)