diff --git a/CHANGELOG.md b/CHANGELOG.md index 9449d9a5..d2225646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#164](https://github.com/rubocop/rubocop-minitest/pull/164): Add new `Minitest/DuplicateTestRun cop. ([@ignacio-chiazzo][]) + ## 0.18.0 (2022-03-13) ### New features @@ -286,3 +290,4 @@ [@cstyles]: https://github.com/cstyles [@ghiculescu]: https://github.com/ghiculescu [@gi]: https://github.com/gi +[@ignacio-chiazzo]: https://github.com/ignacio-chiazzo diff --git a/changelog/new_duplicated_test_run_cop.md b/changelog/new_duplicated_test_run_cop.md deleted file mode 100644 index 65f79268..00000000 --- a/changelog/new_duplicated_test_run_cop.md +++ /dev/null @@ -1 +0,0 @@ -* [#164](https://github.com/rubocop/rubocop-minitest/pull/164): Add new `Minitest/DuplicateTestRun cop. ([@ignacio-chiazzo][])