Skip to content

Commit

Permalink
Tweak the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 21, 2021
1 parent 81dacc0 commit 7a08802
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,9 +8,12 @@

### Bug fixes

* [#118](https://github.com/rubocop/rubocop-minitest/pull/118): **(BREAKING)** Fix `Minitest/AssertEmptyLiteral` by making it check for `assert_equal([], array)` instead of `assert([], array)`. ([@cstyles][])
* [#122](https://github.com/rubocop/rubocop-minitest/pull/122): Fix `Minitest/TestMethodName` for tests with multiple assertions. ([@ghiculescu][])

### Changes

* [#118](https://github.com/rubocop/rubocop-minitest/pull/118): **(BREAKING)** Fix `Minitest/AssertEmptyLiteral` by making it check for `assert_equal([], array)` instead of `assert([], array)`. ([@cstyles][])

## 0.10.3 (2021-01-12)

### Bug fixes
Expand Down

0 comments on commit 7a08802

Please sign in to comment.