Skip to content

Commit 4a41d26

Browse files
committed
Update Changelog
1 parent db59f48 commit 4a41d26

5 files changed

Lines changed: 11 additions & 4 deletions

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#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][])
17+
* [#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][])
18+
19+
### Changes
20+
21+
* [#357](https://github.com/rubocop/rubocop-performance/pull/357): Add `sort!` and `minmax` to `Performance/CompareWithBlock`. ([@vlad-pisanov][])
22+
* [#353](https://github.com/rubocop/rubocop-performance/pull/353): **(Breaking)** Drop Ruby 2.6 support. ([@koic][])
23+
1424
## 1.17.1 (2023-04-09)
1525

1626
### Bug fixes
@@ -451,3 +461,4 @@
451461
[@ydah]: https://github.com/ydah
452462
[@QQism]: https://github.com/QQism
453463
[@r7kamura]: https://github.com/r7kamura
464+
[@vlad-pisanov]: https://github.com/vlad-pisanov

changelog/change_compare_with_block_methods.md

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

changelog/change_drop_ruby_2_6_support.md

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

changelog/fix_a_false_positive_for_performance_redundant_equality_comparison_block.md

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

changelog/fix_autocorrect_constant_regexp_and_regexp_match.md

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

0 commit comments

Comments
 (0)