diff --git a/CHANGELOG.md b/CHANGELOG.md index 09719963..6af355da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ ## master (unreleased) +### New features + +* [#307](https://github.com/rubocop/rubocop-minitest/pull/307): Make `AssertOffense` support `assert_no_corrections`. ([@koic][]) + +### Bug fixes + +* [#311](https://github.com/rubocop/rubocop-minitest/pull/311): Suppress deprecation warning for `Minitst/MultipleAssertions`. ([@koic][]) + ## 0.35.0 (2024-03-10) ### New features diff --git a/changelog/fix_suppress_deprecation_warning_for_minitest_multiple_assertions.md b/changelog/fix_suppress_deprecation_warning_for_minitest_multiple_assertions.md deleted file mode 100644 index 4341150c..00000000 --- a/changelog/fix_suppress_deprecation_warning_for_minitest_multiple_assertions.md +++ /dev/null @@ -1 +0,0 @@ -* [#311](https://github.com/rubocop/rubocop-minitest/pull/311): Suppress deprecation warning for `Minitst/MultipleAssertions`. ([@koic][]) diff --git a/changelog/new_support_no_corrections.md b/changelog/new_support_no_corrections.md deleted file mode 100644 index 3c3912f1..00000000 --- a/changelog/new_support_no_corrections.md +++ /dev/null @@ -1 +0,0 @@ -* [#307](https://github.com/rubocop/rubocop-minitest/pull/307): Make `AssertOffense` support `assert_no_corrections`. ([@koic][])