Skip to content

Commit 20c07a2

Browse files
committed
Update Changelog
1 parent f6e7da0 commit 20c07a2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### New features
15+
16+
* [#490](https://github.com/rubocop/rubocop-performance/pull/490): Pluginfy RuboCop Performance. ([@koic][])
17+
* [#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][])
18+
19+
### Bug fixes
20+
21+
* [#484](https://github.com/rubocop/rubocop-performance/pull/484): Fix `Performance/CaseWhenSplat` cop error on `when` node without body. ([@viralpraxis][])
22+
1423
## 1.23.1 (2025-01-04)
1524

1625
### Bug fixes
@@ -569,3 +578,4 @@
569578
[@earlopain]: https://github.com/earlopain
570579
[@parkerfinch]: https://github.com/parkerfinch
571580
[@viralpraxis]: https://github.com/viralpraxis
581+
[@corsonknowles]: https://github.com/corsonknowles

changelog/fix_performance_case_when_splat_cop_error_on_when_without_body.md

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

changelog/new_merge_pull_request_462_from.md

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

changelog/new_pluginfy_with_lint_roller.md

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

0 commit comments

Comments
 (0)