Skip to content

Commit 9e3d25e

Browse files
committed
Update Changelog
1 parent d848db1 commit 9e3d25e

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1475](https://github.com/rubocop/rubocop-rails/pull/1475): Fix `Rails/TimeZone` cop error on invalid string literal encoding. ([@viralpraxis][])
15+
* [#1477](https://github.com/rubocop/rubocop-rails/issues/1477): Fix an error for `Rails/SchemaComment` when the comment is passed as a local variable. ([@earlopain][])
16+
17+
### Changes
18+
19+
* [#234](https://github.com/rubocop/rubocop-rails/issues/234): Use globs that are compatible with Engine or Packwerk. ([@tdeo][])
20+
1221
## 2.31.0 (2025-04-01)
1322

1423
### New features
@@ -1274,3 +1283,4 @@
12741283
[@ydakuka]: https://github.com/ydakuka
12751284
[@exterm]: https://github.com/exterm
12761285
[@davidrunger]: https://github.com/davidrunger
1286+
[@tdeo]: https://github.com/tdeo

changelog/change_use_packwerk_compatible_globs.md

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

changelog/fix_rails_time_zone_cop_error_on_invalid_string_literal_encoding.md

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

changelog/fix_schema_comment_local_var.md

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

0 commit comments

Comments
 (0)