Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 30, 2024
1 parent 9d28120 commit 067c641
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,19 @@

## master (unreleased)

### New features

* [#446](https://github.com/rubocop/rubocop-performance/pull/446): Support Prism as a Ruby parser (experimental). ([@koic][])

### Bug fixes

* [#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][])
* [#448](https://github.com/rubocop/rubocop-performance/issues/448): Fix a false positive for `Performance/RedundantBlockCall` when using `block.call` with block argument. ([@koic][])

### Changes

* [#240](https://github.com/rubocop/rubocop-performance/issues/240): Disable `Performance/Casecmp` cop by default. ([@parkerfinch][])

## 1.20.2 (2024-01-08)

### Bug fixes
Expand Down Expand Up @@ -516,3 +529,4 @@
[@ymap]: https://github.com/ymap
[@tagliala]: https://github.com/tagliala
[@earlopain]: https://github.com/earlopain
[@parkerfinch]: https://github.com/parkerfinch
1 change: 0 additions & 1 deletion changelog/change_disalbe_performance_casecmp_by_default.md

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit 067c641

Please sign in to comment.