Skip to content

Commit

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

## master (unreleased)

### New features

* [#272](https://github.com/rubocop/rubocop-minitest/pull/272): Add new Minitest/RedundantMessageArgument cop. ([@koic][])

### Bug fixes

* [#275](https://github.com/rubocop/rubocop-minitest/pull/275): Make `Minitest/AssertMatch` aware of `assert_operator` when running with Ruby 2.7. ([@koic][])
* [#271](https://github.com/rubocop/rubocop-minitest/issues/271): Fix a false positive for `Minitest/EmptyLineBeforeAssertionMethods` and `assert_raises`. ([@fatkodima][])

### Changes

* [#270](https://github.com/rubocop/rubocop-minitest/pull/270): Ignore offenses inside redundant parentheses. ([@sambostock][])
* [#274](https://github.com/rubocop/rubocop-minitest/pull/274): Require RuboCop AST 1.30.0+. ([@koic][])
* [#276](https://github.com/rubocop/rubocop-minitest/pull/276): Enhance `AssertSame`/`RefuteSame` to check for `object_id` comparison. ([@fatkodima][])

## 0.33.0 (2023-10-21)

### New features
Expand Down Expand Up @@ -532,3 +547,4 @@
[@rwstauner]: https://github.com/rwstauner
[@ryanquanz]: https://github.com/ryanquanz
[@flavorjones]: https://github.com/flavorjones
[@sambostock]: https://github.com/sambostock
1 change: 0 additions & 1 deletion changelog/change_assert_same_check_object_ids.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0b2911f

Please sign in to comment.