Skip to content

Commit 9bbcc52

Browse files
committed
Update Changelog
1 parent 9e5a10a commit 9bbcc52

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### New features
15+
16+
* [#496](https://github.com/rubocop/rubocop-performance/pull/496): Support `it` block parameter in `Performance` cops. ([@koic][])
17+
18+
### Bug fixes
19+
20+
* [#494](https://github.com/rubocop/rubocop-performance/pull/494): Fix `Performance/FixedSize` false positive when `count` is called with a `numblock`. ([@dvandersluis][])
21+
* [#492](https://github.com/rubocop/rubocop-performance/issues/492): Fix false positives for `Performance/StringIdentifierArgument` when using interpolated string argument. ([@koic][])
22+
23+
### Changes
24+
25+
* [#482](https://github.com/rubocop/rubocop-performance/issues/482): Change `Performance/CollectionLiteralInLoop` to not register offenses for `Array#include?` that are optimized directly in Ruby. ([@earlopain][])
26+
1427
## 1.24.0 (2025-02-16)
1528

1629
### New features

changelog/change_collection_literal_include_ruby34.md

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

changelog/fix_false_positives_for_performance_string_identifier_argument.md

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

changelog/fix_fix_performance_fixed_size_false.md

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

changelog/new_support_itblock_in_performance_cops.md

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

0 commit comments

Comments
 (0)