Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 9, 2024
1 parent cdff674 commit 941d8ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog

## Unreleased

### Add
## [0.19.0] 2024/4/9

### Changed

- Defined `rust-version` for each crate (see [#227](https://github.com/la10736/rstest/issues/235))

### Fixed

- `#[once]` fixtures now require the returned type to be
[`Sync`](https://doc.rust-lang.org/std/marker/trait.Sync.html) to prevent UB
when tests are executed in parallel. (see [#235](https://github.com/la10736/rstest/issues/235)
for more details)

- `#[future(awt)]` and `#[awt]` now properly handle mutable (`mut`) parameters by treating futures as immutable and
treating the awaited rebinding as mutable.

Expand Down

0 comments on commit 941d8ac

Please sign in to comment.