diff --git a/CHANGELOG.md b/CHANGELOG.md index adcd5c89..02a90547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ ## master (unreleased) +### Bug fixes + +* [#283](https://github.com/rubocop/rubocop-minitest/issues/283): Fix an error for `Minitest/MultipleAssertions` when using `||` assigning a value to a variable. ([@koic][]) + ## 0.34.1 (2023-12-16) ### Bug fixes diff --git a/changelog/fix_an_error_for_minitest_multiple_assertions.md b/changelog/fix_an_error_for_minitest_multiple_assertions.md deleted file mode 100644 index a36a4a7f..00000000 --- a/changelog/fix_an_error_for_minitest_multiple_assertions.md +++ /dev/null @@ -1 +0,0 @@ -* [#283](https://github.com/rubocop/rubocop-minitest/issues/283): Fix an error for `Minitest/MultipleAssertions` when using `||` assigning a value to a variable. ([@koic][])