Skip to content

Commit

Permalink
[site] update changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 24, 2022
1 parent f2214ce commit 149fa0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ policy](book/stability.md) for how versioning works with cargo-nextest.

- Nextest can now parse Cargo configs specified via the unstable `--config` option.

- Nextest now publishes binaries for `aarch64-unknown-linux-gnu` and `x86_64-unknown-linux-musl`.
- Nextest now publishes binaries for `aarch64-unknown-linux-gnu` ([#398]) and `x86_64-unknown-linux-musl` ([#399]). Thanks [messense] and [Teymour] for your first contributions!

### Fixed

- Per-test overrides are now additive across configuration files (including tool-specific configuration files).

[process group]: https://en.wikipedia.org/wiki/Process_group
[job object]: https://docs.microsoft.com/en-us/windows/win32/procthread/job-objects
[#398]: https://github.com/nextest-rs/nextest/pull/398
[#399]: https://github.com/nextest-rs/nextest/pull/399
[messense]: https://github.com/messense
[Teymour]: https://github.com/teymour-aldridge

## [0.9.29-rc.1] - 2022-07-24

Expand Down

0 comments on commit 149fa0c

Please sign in to comment.