Skip to content

Commit

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

## master (unreleased)

### Bug fixes

* [#287](https://github.com/rubocop/rubocop-minitest/issues/287): Don't error on empty blocks when linting `assert_raises`. ([@G-Rath][])
* [#289](https://github.com/rubocop/rubocop-minitest/issues/289): Don't count assertions twice when their return value is being assigned. ([@G-Rath][])

## 0.34.2 (2023-12-25)

### Bug fixes
Expand Down Expand Up @@ -563,3 +568,4 @@
[@ryanquanz]: https://github.com/ryanquanz
[@flavorjones]: https://github.com/flavorjones
[@sambostock]: https://github.com/sambostock
[@G-Rath]: https://github.com/G-Rath
1 change: 0 additions & 1 deletion changelog/fix_don_t_count_assertions_twice_when_their.md

This file was deleted.

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

This file was deleted.

0 comments on commit 5f7a42d

Please sign in to comment.