Skip to content

Commit 0576d54

Browse files
committed
Update Changelog
1 parent 171e6de commit 0576d54

9 files changed

+21
-8
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99

1010
## master (unreleased)
1111

12+
### New features
13+
14+
* [#1272](https://github.com/rubocop/rubocop-rails/pull/1272): Add new `Rails/WhereRange` cop. ([@fatkodima][])
15+
16+
### Bug fixes
17+
18+
* [#1270](https://github.com/rubocop/rubocop-rails/issues/1270): Fix an incorrect autocorrect for `Rails/Validation` when using `validates_size_of`. ([@koic][])
19+
* [#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][])
20+
* [#1260](https://github.com/rubocop/rubocop-rails/issues/1260): Fix a performance regression caused by `Rails/UnknownEnv` when using Rails 7.1. ([@lukasfroehlich1][])
21+
22+
### Changes
23+
24+
* [#1249](https://github.com/rubocop/rubocop-rails/issues/1249): Disable `Rails/UnusedIgnoredColumns` by default. ([@earlopain][])
25+
* [#1266](https://github.com/rubocop/rubocop-rails/pull/1266): Check `change_table` calls for offenses. ([@ccutrer][])
26+
* [#1267](https://github.com/rubocop/rubocop-rails/pull/1267): Make `Rails/HttpStatus` aware of Rails-specific response assertions. ([@tldn0718][])
27+
* [#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][])
28+
1229
## 2.24.1 (2024-03-25)
1330

1431
### Bug fixes
@@ -1057,3 +1074,7 @@
10571074
[@markokajzer]: https://github.com/markokajzer
10581075
[@ymap]: https://github.com/ymap
10591076
[@earlopain]: https://github.com/earlopain
1077+
[@ccutrer]: https://github.com/ccutrer
1078+
[@tldn0718]: https://github.com/tldn0718
1079+
[@amomchilov]: https://github.com/amomchilov
1080+
[@lukasfroehlich1]: https://github.com/lukasfroehlich1

Diff for: changelog/change_disable_rails_unused_ignored_columns.md

-1
This file was deleted.

Diff for: changelog/change_inspect_change_table_for_not_null_column.md

-1
This file was deleted.

Diff for: changelog/change_make_rails_http_status_aware_of_rails_specific_response_assertions.md

-1
This file was deleted.

Diff for: changelog/change_migrate_to_requires_gem_api.md

-1
This file was deleted.

Diff for: changelog/fix_an_incorrect_autocorrect_for_rails_validation.md

-1
This file was deleted.

Diff for: changelog/fix_safe_navigator_for_skips_model_validation.md

-1
This file was deleted.

Diff for: changelog/fix_unknown_env_causing_cache_issues.md

-1
This file was deleted.

Diff for: changelog/new_where_range_cop.md

-1
This file was deleted.

0 commit comments

Comments
 (0)