Skip to content

Commit

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

## master (unreleased)

### New features

* [#301](https://github.com/rubocop/rubocop-minitest/issues/301): Add new Minitest/Focus cop. ([@jaredmoody][])

### Bug fixes

* [#300](https://github.com/rubocop/rubocop-minitest/pull/300): Fix an error for `Minitest/AssertEmptyLiteral` when only passing an empty literal. ([@earlopain][])

### Changes

* [#303](https://github.com/rubocop/rubocop-minitest/pull/303): Require RuboCop 1.61 to use `AutoCorrect: Contextual`. ([@koic][])
* [#304](https://github.com/rubocop/rubocop-minitest/pull/304): Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@koic][])

## 0.34.5 (2024-01-20)

### Bug fixes
Expand Down Expand Up @@ -589,3 +602,4 @@
[@G-Rath]: https://github.com/G-Rath
[@amomchilov]: https://github.com/amomchilov
[@earlopain]: https://github.com/earlopain
[@jaredmoody]: https://github.com/jaredmoody
1 change: 0 additions & 1 deletion changelog/change_require_rubocop_1_61.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 1d687ef

Please sign in to comment.