From 11af45e771d8aab49e950c9bf96fe1f580fa32e0 Mon Sep 17 00:00:00 2001 From: la10736 Date: Fri, 24 Mar 2023 14:36:20 +0100 Subject: [PATCH] Update changelog #190 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f496d1..788f058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## Unreleased +### 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 + ### 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) ## [0.17.0] 2023/3/19 + ### Add - Add `#[awt]` and `#[future(awt)]` to `.await` future input