From 1a1d11eb8470a0419327f6272e501f9def1ed3ef Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 11 Jul 2024 03:48:45 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 8 ++++++++ ...eprecation_warning_for_minitest_multiple_assertions.md | 1 - changelog/new_support_no_corrections.md | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 changelog/fix_suppress_deprecation_warning_for_minitest_multiple_assertions.md delete mode 100644 changelog/new_support_no_corrections.md 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][])