Skip to content

Commit

Permalink
Fix NEWS for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pool <[email protected]>
  • Loading branch information
sourcefrog committed Jan 11, 2024
1 parent ac5ffb4 commit 35ac598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 24.1.0

- New! `cargo mutants --test-tool nextest`, or `test_tool = "nextest"` in `.cargo/mutants.toml` runs tests under [Nextest](https://nexte.st/). Some trees have tests that only work under Nextest, and this allows them to be tested. In other cases Nextest may be significantly faster, because it will exit soon after the first test failure.

- Fixed: Fixed spurious "Patch input contains repeated filenames" error when `--in-diff` is given a patch that deletes multiple files.
Expand Down

0 comments on commit 35ac598

Please sign in to comment.