Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 31, 2024
1 parent 80f619b commit 8ba7464
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

## master (unreleased)

### Bug fixes

* [#12951](https://github.com/rubocop/rubocop/pull/12951): Fix an error for `Style/Copyright` when `AutocorrectNotice` is missing. ([@koic][])
* [#12932](https://github.com/rubocop/rubocop/pull/12932): Fix end position of diagnostic for LSP. ([@ksss][])
* [#12926](https://github.com/rubocop/rubocop/issues/12926): Fix a false positive for `Style/SuperArguments` when the methods block argument is reassigned before `super`. ([@earlopain][])
* [#12931](https://github.com/rubocop/rubocop/issues/12931): Fix false positives for `Style/RedundantLineContinuation` when line continuations involve `break`, `next`, or `yield` with a return value. ([@koic][])
* [#12924](https://github.com/rubocop/rubocop/issues/12924): Fix false positives for `Style/SendWithLiteralMethodName` when `public_send` argument is a method name that cannot be autocorrected. ([@koic][])

## 1.64.0 (2024-05-23)

### New features
Expand Down Expand Up @@ -7787,3 +7795,4 @@
[@nekketsuuu]: https://github.com/nekketsuuu
[@pawelma]: https://github.com/pawelma
[@krororo]: https://github.com/krororo
[@ksss]: https://github.com/ksss
1 change: 0 additions & 1 deletion changelog/fix_an_error_for_style_copyright.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_end_position_of_diagnostic_for_lsp.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_false_positive_for_super_arguments.md

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8ba7464

Please sign in to comment.