Skip to content

Commit

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

## master (unreleased)

### Bug fixes

* [#317](https://github.com/rubocop/rubocop-minitest/pull/317): Fix an error for `Minitest/MultipleAssertions` when using for-style loops. ([@earlopain][])
* [#314](https://github.com/rubocop/rubocop-minitest/pull/314): Fix an error for `Minitest/SkipEnsure` when only `ensure` has a body. ([@earlopain][])

### Changes

* [#314](https://github.com/rubocop/rubocop-minitest/pull/314): **(Breaking)** Raise a useful error when using a Cop in `AssertOffense` if the Cop's class is not defined. ([@brandoncc][])

## 0.35.1 (2024-07-11)

### New features
Expand Down Expand Up @@ -615,3 +624,4 @@
[@amomchilov]: https://github.com/amomchilov
[@earlopain]: https://github.com/earlopain
[@jaredmoody]: https://github.com/jaredmoody
[@brandoncc]: https://github.com/brandoncc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit a7452b7

Please sign in to comment.