Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 28, 2022
1 parent b6e4b5d commit a92bb69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## master (unreleased)

### New features

* [#169](https://github.com/rubocop/rubocop-minitest/issues/169): Add new `Minitest/SkipEnsure` cop. ([@koic][])

### Bug fixes

* [#172](https://github.com/rubocop/rubocop-minitest/issues/172): Fix a false positive for `Minitest/AssertPredicate` and `Minitest/RefutePredicate` when using numbered parameters. ([@koic][])

### Changes

* [#168](https://github.com/rubocop/rubocop-minitest/pull/168): **(Compatibility)** Drop Ruby 2.5 support. ([@koic][])

## 0.19.1 (2022-04-10)

### Bug fixes
Expand Down
1 change: 0 additions & 1 deletion changelog/change_drop_ruby_2_5_support.md

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit a92bb69

Please sign in to comment.