Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 7, 2024
1 parent 16b7f21 commit 22bc59e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

## master (unreleased)

### Bug fixes

* [#1343](https://github.com/rubocop/rubocop-rails/issues/1343): Fix false negatives for `Rails/EnumSyntax` for non-literal mappings. ([@earlopain][])
* [#1340](https://github.com/rubocop/rubocop-rails/issues/1340): Fix a false positive for `Rails/WhereEquals`, `Rails/WhereNot`, and `Rails/WhereRange` when qualifying the database name. ([@earlopain][])

### Changes

* [#1342](https://github.com/rubocop/rubocop-rails/issues/1342): Change `Rails/ApplicationRecord` to ignore migrations. ([@fatkodima][])
* [#1350](https://github.com/rubocop/rubocop-rails/pull/1350): Change `Rails/EnumSyntax` to autocorrect underscored options. ([@fatkodima][])

## 2.26.0 (2024-08-24)

### New features
Expand Down

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 22bc59e

Please sign in to comment.