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 f6e7da0 commit 20c07a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

## master (unreleased)

### New features

* [#490](https://github.com/rubocop/rubocop-performance/pull/490): Pluginfy RuboCop Performance. ([@koic][])
* [#462](https://github.com/rubocop/rubocop-performance/pull/462): Add new `Performance/ZipWithoutBlock` cop that checks patterns like `.map { |id| [id] }` or `.map { [_1] }` and can replace them with `.zip`. ([@corsonknowles][])

### Bug fixes

* [#484](https://github.com/rubocop/rubocop-performance/pull/484): Fix `Performance/CaseWhenSplat` cop error on `when` node without body. ([@viralpraxis][])

## 1.23.1 (2025-01-04)

### Bug fixes
Expand Down Expand Up @@ -569,3 +578,4 @@
[@earlopain]: https://github.com/earlopain
[@parkerfinch]: https://github.com/parkerfinch
[@viralpraxis]: https://github.com/viralpraxis
[@corsonknowles]: https://github.com/corsonknowles

This file was deleted.

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

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 20c07a2

Please sign in to comment.