Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 21, 2023
1 parent db59f48 commit 4a41d26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

## master (unreleased)

### Bug fixes

* [#359](https://github.com/rubocop/rubocop-performance/issues/359): Fix a false positive for `Performance/RedundantEqualityComparisonBlock` when the block variable is used on both sides of `==`. ([@koic][])
* [#351](https://github.com/rubocop/rubocop-performance/issues/351): Fix an incorrect autocorrect for `Performance/ConstantRegexp` and `Performance/RegexpMatch` when autocorrecting both at the same time. ([@fatkodima][])

### Changes

* [#357](https://github.com/rubocop/rubocop-performance/pull/357): Add `sort!` and `minmax` to `Performance/CompareWithBlock`. ([@vlad-pisanov][])
* [#353](https://github.com/rubocop/rubocop-performance/pull/353): **(Breaking)** Drop Ruby 2.6 support. ([@koic][])

## 1.17.1 (2023-04-09)

### Bug fixes
Expand Down Expand Up @@ -451,3 +461,4 @@
[@ydah]: https://github.com/ydah
[@QQism]: https://github.com/QQism
[@r7kamura]: https://github.com/r7kamura
[@vlad-pisanov]: https://github.com/vlad-pisanov
1 change: 0 additions & 1 deletion changelog/change_compare_with_block_methods.md

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 4a41d26

Please sign in to comment.