Skip to content

Commit

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

## master (unreleased)

### New features

* [#179](https://github.com/rubocop/rubocop-minitest/pull/179): New `Minitest/AssertRaisesWithRegexpArgument` cop checks for regular expression literals passed to `assert_raises`. ([@rwstauner][])

### Bug fixes

* [#181](https://github.com/rubocop/rubocop-minitest/pull/181): Fix an incorrect autocorrect for `Minitest/AssertMatch` when `assert` with `match` and RHS is a regexp literal. ([@koic][])

## 0.21.1 (2022-08-28)

### Bug fixes
Expand Down Expand Up @@ -334,3 +342,4 @@
[@gjtorikian]: https://github.com/gjtorikian
[@ippachi]: https://github.com/ippachi
[@r7kamura]: https://github.com/r7kamura
[@rwstauner]: https://github.com/rwstauner

This file was deleted.

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

This file was deleted.

0 comments on commit 8b794e3

Please sign in to comment.