Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 8, 2023
1 parent 530a8c4 commit 5d74e84
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
### Add

- Add support for `RSTEST_TIMEOUT` environment variable to define a max timeout
for each function (see #190 for details). Thanks to @aviramha for idea and PR
for each function (see [#190](https://github.com/la10736/rstest/issues/187) for details).
Thanks to @aviramha for idea and PR

### Changed

- Switch to `syn` 2.0 and edition 2021 : minimal Rust version now is 1.56.0
both for `rstest` and `rstest_reuse` (see #187)
both for `rstest` and `rstest_reuse` (see [#187](https://github.com/la10736/rstest/issues/187))

### Fixed

- Fixed wired behavior on extraction `#[awt]` function attrs (See
[#189](https://github.com/la10736/rstest/issues/189))

## [0.17.0] 2023/3/19

Expand Down

0 comments on commit 5d74e84

Please sign in to comment.