Skip to content

Commit e78d6aa

Browse files
committed
Update Changelog
1 parent 1b8df40 commit e78d6aa

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

1212
## master (unreleased)
1313

14+
### Bug fixes
15+
16+
* [#367](https://github.com/rubocop/rubocop-performance/issues/367): Fix an incorrect autocorrect for `Performance/BlockGivenWithExplicitBlock` when using `Lint/UnusedMethodArgument`'s autocorrection together. ([@ymap][])
17+
* [#370](https://github.com/rubocop/rubocop-performance/issues/370): Fix an incorrect autocorrect for `Performance/RedundantMatch` when expressions with lower precedence than `=~` are used as an argument. ([@ymap][])
18+
* [#365](https://github.com/rubocop/rubocop-performance/issues/365): Fix false positives for `Performance/ArraySemiInfiniteRangeSlice` when using `[]` with string literals. ([@koic][])
19+
* [#373](https://github.com/rubocop/rubocop-performance/pull/373): Set target version for `Performance/UnfreezeString`. ([@tagliala][])
20+
1421
## 1.19.0 (2023-08-13)
1522

1623
### New features
@@ -471,3 +478,5 @@
471478
[@QQism]: https://github.com/QQism
472479
[@r7kamura]: https://github.com/r7kamura
473480
[@vlad-pisanov]: https://github.com/vlad-pisanov
481+
[@ymap]: https://github.com/ymap
482+
[@tagliala]: https://github.com/tagliala

changelog/fix_an_incorrect_autocorrect_for_performance_block_given_with_explicit_block.md

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

changelog/fix_an_incorrect_autocorrect_for_performance_redundant_match.md

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

changelog/fix_false_positives_for_performance_array_semi_infinite_range_slice.md

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

changelog/fix_target_version_for_unfreeze_string_cop.md

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

0 commit comments

Comments
 (0)