Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 3, 2024
1 parent 061a18a commit 2dac073
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@

## master (unreleased)

### New features

* [#1245](https://github.com/rubocop/rubocop-rails/pull/1245): Support Prism as a Ruby parser. ([@koic][])

### Bug fixes

* [#1234](https://github.com/rubocop/rubocop-rails/issues/1234): Fix an incorrect autocorrect for `Rails/FindBy` when using multi-line leading dot method calls. ([@ymap][])
* [#1241](https://github.com/rubocop/rubocop-rails/pull/1241): Fix an error for `Rails/WhereExists` with `EnforcedStyle: where` and implicit receivers. ([@earlopain][])

### Changes

* [#1229](https://github.com/rubocop/rubocop-rails/pull/1229): Make `Rails/EnvironmentVariableAccess` aware of initializers. ([@markokajzer][])
* [#1231](https://github.com/rubocop/rubocop-rails/pull/1231): Remove `object_id` from `Rails/DangerousColumnNames` targets. ([@r7kamura][])

## 2.23.1 (2023-12-25)

### Bug fixes
Expand Down Expand Up @@ -1021,3 +1035,6 @@
[@sambostock]: https://github.com/sambostock
[@Dania02525]: https://github.com/Dania02525
[@bquorning]: https://github.com/bquorning
[@markokajzer]: https://github.com/markokajzer
[@ymap]: https://github.com/ymap
[@earlopain]: https://github.com/earlopain
1 change: 0 additions & 1 deletion changelog/change_fix_do_not_allow.md

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 2dac073

Please sign in to comment.