diff --git a/CHANGELOG.md b/CHANGELOG.md index 732f33d1fd..d3e899d123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Bug fixes + +* [#281](https://github.com/rubocop/rubocop-performance/issues/281): Fix an error for `Performance/BlockGivenWithExplicitBlock` when using Ruby 3.1's anonymous block forwarding. ([@koic][]) + ## 1.13.1 (2022-01-01) ### Bug fixes diff --git a/changelog/fix_an_error_for_performance_block_given_with_explicit_block.md b/changelog/fix_an_error_for_performance_block_given_with_explicit_block.md deleted file mode 100644 index 659c1199b7..0000000000 --- a/changelog/fix_an_error_for_performance_block_given_with_explicit_block.md +++ /dev/null @@ -1 +0,0 @@ -* [#281](https://github.com/rubocop/rubocop-performance/issues/281): Fix an error for `Performance/BlockGivenWithExplicitBlock` when using Ruby 3.1's anonymous block forwarding. ([@koic][])