Skip to content

Commit

Permalink
Add a changelog entry for rubocop#264
Browse files Browse the repository at this point in the history
Follow up rubocop#264.
  • Loading branch information
koic committed Nov 27, 2023
1 parent a2e40bf commit 76800e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

* [#263](https://github.com/rubocop/rubocop-minitest/pull/263): Fix an error for `Minitest/AssertOperator` and `Minitest/RefuteOperator` when using unary operation argument. ([@koic][])

### Changes

* [#264](https://github.com/rubocop/rubocop-minitest/pull/264): Make `Minitest/AssertOperator` and `Minitest/RefuteOperator` allow index access with `[]`. ([@flavorjones][])

## 0.32.1 (2023-09-24)

### Bug fixes
Expand Down Expand Up @@ -512,3 +516,4 @@
[@r7kamura]: https://github.com/r7kamura
[@rwstauner]: https://github.com/rwstauner
[@ryanquanz]: https://github.com/ryanquanz
[@flavorjones]: https://github.com/flavorjones

0 comments on commit 76800e0

Please sign in to comment.