Skip to content

Commit 067c641

Browse files
committed
Update Changelog
1 parent 9d28120 commit 067c641

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 14 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+
* [#446](https://github.com/rubocop/rubocop-performance/pull/446): Support Prism as a Ruby parser (experimental). ([@koic][])
17+
18+
### Bug fixes
19+
20+
* [#437](https://github.com/rubocop/rubocop-performance/issues/437): Fix a false positive for `Performance/ChainArrayAllocation` when using `select` with block argument after `select`. ([@koic][])
21+
* [#448](https://github.com/rubocop/rubocop-performance/issues/448): Fix a false positive for `Performance/RedundantBlockCall` when using `block.call` with block argument. ([@koic][])
22+
23+
### Changes
24+
25+
* [#240](https://github.com/rubocop/rubocop-performance/issues/240): Disable `Performance/Casecmp` cop by default. ([@parkerfinch][])
26+
1427
## 1.20.2 (2024-01-08)
1528

1629
### Bug fixes
@@ -516,3 +529,4 @@
516529
[@ymap]: https://github.com/ymap
517530
[@tagliala]: https://github.com/tagliala
518531
[@earlopain]: https://github.com/earlopain
532+
[@parkerfinch]: https://github.com/parkerfinch

changelog/change_disalbe_performance_casecmp_by_default.md

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

changelog/fix_a_false_positive_for_performance_chain_array_allocation.md

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

changelog/fix_false_positive_for_performance_redundant_block_call.md

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

changelog/new_support_prism.md

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

0 commit comments

Comments
 (0)