Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 17, 2024
1 parent 171e6de commit 0576d54
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@

## master (unreleased)

### New features

* [#1272](https://github.com/rubocop/rubocop-rails/pull/1272): Add new `Rails/WhereRange` cop. ([@fatkodima][])

### Bug fixes

* [#1270](https://github.com/rubocop/rubocop-rails/issues/1270): Fix an incorrect autocorrect for `Rails/Validation` when using `validates_size_of`. ([@koic][])
* [#1278](https://github.com/rubocop/rubocop-rails/issues/1278): Fix a false positive for `Rails/SkipsModelValidations` when using `insert` or `insert!` with a safe navigator. ([@tldn0718][])
* [#1260](https://github.com/rubocop/rubocop-rails/issues/1260): Fix a performance regression caused by `Rails/UnknownEnv` when using Rails 7.1. ([@lukasfroehlich1][])

### Changes

* [#1249](https://github.com/rubocop/rubocop-rails/issues/1249): Disable `Rails/UnusedIgnoredColumns` by default. ([@earlopain][])
* [#1266](https://github.com/rubocop/rubocop-rails/pull/1266): Check `change_table` calls for offenses. ([@ccutrer][])
* [#1267](https://github.com/rubocop/rubocop-rails/pull/1267): Make `Rails/HttpStatus` aware of Rails-specific response assertions. ([@tldn0718][])
* [#1137](https://github.com/rubocop/rubocop-rails/pull/1137): Migrate to `TargetRailsVersion` the new [`requires_gem` API](https://github.com/rubocop/rubocop/pull/12186). ([@amomchilov][])

## 2.24.1 (2024-03-25)

### Bug fixes
Expand Down Expand Up @@ -1057,3 +1074,7 @@
[@markokajzer]: https://github.com/markokajzer
[@ymap]: https://github.com/ymap
[@earlopain]: https://github.com/earlopain
[@ccutrer]: https://github.com/ccutrer
[@tldn0718]: https://github.com/tldn0718
[@amomchilov]: https://github.com/amomchilov
[@lukasfroehlich1]: https://github.com/lukasfroehlich1
1 change: 0 additions & 1 deletion changelog/change_disable_rails_unused_ignored_columns.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 0576d54

Please sign in to comment.