Skip to content

Commit

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

## master (unreleased)

### Bug fixes

* [#1377](https://github.com/rubocop/rubocop-rails/issues/1377): Fix an error for `Rails/EnumSyntax` when positional arguments are used and options are not passed as keyword arguments. ([@koic][])
* [#1367](https://github.com/rubocop/rubocop-rails/pull/1367): Fix `Rails/TimeZone` should not report offense on `String#to_time` with timezone specifier. ([@armandmgt][])

### Changes

* [#727](https://github.com/rubocop/rubocop-rails/issues/727): Disable `Rails/TransactionExitStatement` on Rails >= 7.2. ([@earlopain][])
* [#1374](https://github.com/rubocop/rubocop-rails/pull/1374): Change `Rails/EnvLocal` to handle negated conditions. ([@fatkodima][])
* [#1195](https://github.com/rubocop/rubocop-rails/issues/1195): Change `Rails/SelectMap` to handle safe navigation operators. ([@fatkodima][])

## 2.26.2 (2024-09-21)

### Bug fixes
Expand Down Expand Up @@ -1152,3 +1163,4 @@
[@fwolfst]: https://github.com/fwolfst
[@maxprokopiev]: https://github.com/maxprokopiev
[@ytjmt]: https://github.com/ytjmt
[@armandmgt]: https://github.com/armandmgt
1 change: 0 additions & 1 deletion changelog/change_disable_transaction_exit_rails_7.2.md

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit f052a89

Please sign in to comment.