relnotes/v0.9.0.md in rubocop-minitest-0.19.1 vs relnotes/v0.9.0.md in rubocop-minitest-0.20.0

- old
+ new

@@ -3,8 +3,8 @@ * [#75](https://github.com/rubocop/rubocop-minitest/issues/75): Fix a false negative for `Minitest/GlobalExpectations` when using global expectation methods with no arguments. ([@koic][]) ### Changes * [#73](https://github.com/rubocop/rubocop-minitest/issues/73): The Minitest department works on file names end with `_test.rb` by default. ([@koic][]) -* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(BREAKING)** Drop support for Ruby 2.3. ([@koic][]) +* [#77](https://github.com/rubocop/rubocop-minitest/pull/77): **(Compatibility)** Drop support for Ruby 2.3. ([@koic][]) [@koic]: https://github.com/koic