Skip to content

Commit 7a2b993

Browse files
committed
Update Changelog
1 parent d0016e8 commit 7a2b993

9 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1280](https://github.com/rubocop/rubocop-rails/issues/1280): Look for change_column_null for `Rails/BulkChangeTable`. ([@ccutrer][])
15+
* [#1299](https://github.com/rubocop/rubocop-rails/pull/1299): Fix an error for `Rails/NotNullColumn` when the block for `change_table` is empty. ([@earlopain][])
16+
* [#1281](https://github.com/rubocop/rubocop-rails/issues/1281): Fix `Rails/WhereRange` autocorrect for complex expressions. ([@fatkodima][])
17+
* [#1282](https://github.com/rubocop/rubocop-rails/issues/1282): Fix `Rails/WhereRange` to correctly handle template strings with extra spaces. ([@fatkodima][])
18+
19+
### Changes
20+
21+
* [#1295](https://github.com/rubocop/rubocop-rails/issues/1295): Cover validates_comparison_of in `Rails/Validation`. ([@ChaelCodes][])
22+
* [#1288](https://github.com/rubocop/rubocop-rails/issues/1288): Let `Rails/LinkToBlank` look into `link_to_if` and `link_to_unless`, too. ([@fwolfst][])
23+
* [#1286](https://github.com/rubocop/rubocop-rails/issues/1286): Mark `Rails/SkipsModelValidations` as unsafe. ([@koic][])
24+
* [#1283](https://github.com/rubocop/rubocop-rails/issues/1283): Mark `Rails/WhereRange` as unsafe autocorrect. ([@fatkodima][])
25+
1226
## 2.25.0 (2024-05-17)
1327

1428
### New features
@@ -1080,3 +1094,5 @@
10801094
[@tldn0718]: https://github.com/tldn0718
10811095
[@amomchilov]: https://github.com/amomchilov
10821096
[@lukasfroehlich1]: https://github.com/lukasfroehlich1
1097+
[@ChaelCodes]: https://github.com/ChaelCodes
1098+
[@fwolfst]: https://github.com/fwolfst

changelog/change_1295_covers_validates_comparison_of_in.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_add_link_to_if_and_unless_to_link_blank.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_mark_rails_skips_model_validations_as_unsafe.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_where_range_unsafe_autocorrect.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_change_column_null_in_bulk_change_table.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_error_for_rails_not_null_column.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_where_range_complex_expressions.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_where_range_spaces.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)