diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec2cc0e..acdbf313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ ## master (unreleased) +### New features + +* [#301](https://github.com/rubocop/rubocop-minitest/issues/301): Add new Minitest/Focus cop. ([@jaredmoody][]) + +### Bug fixes + +* [#300](https://github.com/rubocop/rubocop-minitest/pull/300): Fix an error for `Minitest/AssertEmptyLiteral` when only passing an empty literal. ([@earlopain][]) + +### Changes + +* [#303](https://github.com/rubocop/rubocop-minitest/pull/303): Require RuboCop 1.61 to use `AutoCorrect: Contextual`. ([@koic][]) +* [#304](https://github.com/rubocop/rubocop-minitest/pull/304): Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@koic][]) + ## 0.34.5 (2024-01-20) ### Bug fixes @@ -589,3 +602,4 @@ [@G-Rath]: https://github.com/G-Rath [@amomchilov]: https://github.com/amomchilov [@earlopain]: https://github.com/earlopain +[@jaredmoody]: https://github.com/jaredmoody diff --git a/changelog/change_require_rubocop_1_61.md b/changelog/change_require_rubocop_1_61.md deleted file mode 100644 index 1cd49da4..00000000 --- a/changelog/change_require_rubocop_1_61.md +++ /dev/null @@ -1 +0,0 @@ -* [#303](https://github.com/rubocop/rubocop-minitest/pull/303): Require RuboCop 1.61 to use `AutoCorrect: Contextual`. ([@koic][]) diff --git a/changelog/change_support_prism.md b/changelog/change_support_prism.md deleted file mode 100644 index 5d8761c9..00000000 --- a/changelog/change_support_prism.md +++ /dev/null @@ -1 +0,0 @@ -* [#304](https://github.com/rubocop/rubocop-minitest/pull/304): Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@koic][]) diff --git a/changelog/fix_an_error_for_assert_empty_literal.md b/changelog/fix_an_error_for_assert_empty_literal.md deleted file mode 100644 index 66a84aca..00000000 --- a/changelog/fix_an_error_for_assert_empty_literal.md +++ /dev/null @@ -1 +0,0 @@ -* [#300](https://github.com/rubocop/rubocop-minitest/pull/300): Fix an error for `Minitest/AssertEmptyLiteral` when only passing an empty literal. ([@earlopain][]) diff --git a/changelog/new_add_new_minitest_no_focus_cop.md b/changelog/new_add_new_minitest_no_focus_cop.md deleted file mode 100644 index ba6da740..00000000 --- a/changelog/new_add_new_minitest_no_focus_cop.md +++ /dev/null @@ -1 +0,0 @@ -* [#301](https://github.com/rubocop/rubocop-minitest/issues/301): Add new Minitest/Focus cop. ([@jaredmoody][])