Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 28, 2024
1 parent 81adab5 commit feb6022
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## master (unreleased)

### Bug fixes

* [#12871](https://github.com/rubocop/rubocop/pull/12871): Fix an error for `rubocop -V` when `.rubocop.yml` contains ERB. ([@earlopain][])
* [#12862](https://github.com/rubocop/rubocop/issues/12862): Fix a false positive for `Style/RedundantLineContinuation` when line continuations involve `return` with a return value. ([@koic][])
* [#12664](https://github.com/rubocop/rubocop/pull/12664): Fix handling of `textDocument/diagnostic`. ([@muxcmux][])
* [#12865](https://github.com/rubocop/rubocop/issues/12865): Fix Rails Cops, which weren't reporting any violations unless running with `bundle exec`. ([@amomchilov][])

## 1.63.3 (2024-04-22)

### Bug fixes
Expand Down Expand Up @@ -7736,3 +7743,4 @@
[@amomchilov]: https://github.com/amomchilov
[@Hiroto-Iizuka]: https://github.com/Hiroto-Iizuka
[@boardfish]: https://github.com/boardfish
[@muxcmux]: https://github.com/muxcmux
1 change: 0 additions & 1 deletion changelog/fix_error_for_rubocop_cli.md

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit feb6022

Please sign in to comment.