Skip to content

Commit 4918002

Browse files
committed
Update Changelog
1 parent 0479119 commit 4918002

8 files changed

+12
-7
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#14736](https://github.com/rubocop/rubocop/issues/14736): Fix an error for `Style/TrailingCommaInArguments` when `EnforcedStyleForMultiline` is `consistent_comma` and keyword arguments use a trailing comma. ([@koic][])
17+
* [#14737](https://github.com/rubocop/rubocop/issues/14737): Fix crash in `Layout/RedundantLineBreak` when `Layout/LineLength` is disabled. ([@ydakuka][])
18+
* [#14719](https://github.com/rubocop/rubocop/pull/14719): Fix crash on long lines when `Layout/LineLength` is disabled. ([@floriandejonckheere][])
19+
* [#14743](https://github.com/rubocop/rubocop/issues/14743): Fix false positives for `Layout/MultilineMethodCallIndentation` when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. ([@koic][])
20+
* [#12297](https://github.com/rubocop/rubocop/issues/12297): Fix false negative in `Layout/IndentationWidth` for multiline method chain blocks. ([@rscq][])
21+
* [#14730](https://github.com/rubocop/rubocop/pull/14730): Fix the cache implementation to use consistent cache keys across workers. ([@byroot][])
22+
* [#14559](https://github.com/rubocop/rubocop/issues/14559): Fix false positives for `Lint/UselessAssignment` when a variable is assigned in loop body and used in loop condition. ([@ydakuka][])
23+
1424
## 1.82.0 (2025-12-17)
1525

1626
### New features
@@ -4471,3 +4481,5 @@
44714481
[@Jack12816]: https://github.com/Jack12816
44724482
[@rscq]: https://github.com/rscq
44734483
[@mmenanno]: https://github.com/mmenanno
4484+
[@ydakuka]: https://github.com/ydakuka
4485+
[@floriandejonckheere]: https://github.com/floriandejonckheere

changelog/fix_an_error_for_style_trailing_comma_in_arguments.md

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

changelog/fix_crash_in_layout_redundant_line_break_when_layout_line_length_is_disabled.md

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

changelog/fix_crash_when_layout_line_length_is_20251218091719.md

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

changelog/fix_false_positives_for_layout_multiline_method_call_indentation.md

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

changelog/fix_indentation_width_method_chain_blocks.md

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

changelog/fix_source_checksum_consistency.md

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

changelog/fix_useless_assignment_in_method_defined_in_loop.md

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

0 commit comments

Comments
 (0)