Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 6, 2023
1 parent 8b96454 commit 038293d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

## master (unreleased)

### New features

* [#236](/~https://github.com/rubocop/rubocop-minitest/issues/236): Add new `Minitest/ReturnInTestMethod` cop. ([@fatkodima][])

### Changes

* [#250](/~https://github.com/rubocop/rubocop-minitest/pull/250): **(Breaking)** Drop Ruby 2.6 support. ([@koic][])
* [#249](/~https://github.com/rubocop/rubocop-minitest/pull/249): Handle assertions in conditionals branches in `Minitest/MultipleAssertions` cop. ([@fatkodima][])

## 0.30.0 (2023-04-06)

### New features
Expand Down
1 change: 0 additions & 1 deletion changelog/change_drop_ruby_2_6_support.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 038293d

Please sign in to comment.