Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Apr 6, 2023
1 parent fe0618e commit b9278a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

## master (unreleased)

### New features

* [#248](https://github.com/rubocop/rubocop-minitest/pull/248): Make `Minitest/AssertInstanceOf` and `Minitest/RefuteInstanceOf` aware of `assert_equal(Class, object.class)` and `refute_equal(Class, object.class)`. ([@koic][])
* [#244](https://github.com/rubocop/rubocop-minitest/pull/244): Make `Minitest/GlobalExpectations` aware of `must_pattern_match` and `wont_pattern_match` matchers. ([@koic][])
* [#216](https://github.com/rubocop/rubocop-minitest/issues/216): Add new `Minitest/NoTestCases` cop. ([@tejasbubane][])

### Bug fixes

* [#247](https://github.com/rubocop/rubocop-minitest/pull/247): Prevent breaking change for assertion message in test. ([@koic][])

## 0.29.0 (2023-03-06)

### New features
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_make_instance_of_cops_aware_of_equal.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_no_test_cases_cop.md

This file was deleted.

0 comments on commit b9278a9

Please sign in to comment.