Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 15, 2025
1 parent 0dc6ea8 commit c8e707a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

## master (unreleased)

### New features

* [#1434](https://github.com/rubocop/rubocop-rails/pull/1434): Pluginfy RuboCop Rails. ([@koic][])

### Bug fixes

* [#1071](https://github.com/rubocop/rubocop-rails/issues/1071): Fix `Rails/FilePath` cop to correctly handle `File.join` with variables and ignore leading and multiple slashes in string literal arguments for `Rails.root.join` and `File.join`. ([@ydakuka][])
* [#912](https://github.com/rubocop/rubocop-rails/issues/912): Enhance `Rails/Delegate` by adding delegation detection for `self.class`, constants, class variables, global variables, and instance variables. ([@ydakuka][])

## 2.29.1 (2025-01-25)

### Bug fixes
Expand Down

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit c8e707a

Please sign in to comment.