From de0bc794d0fea26f4a9ba26183f71bb61fb89ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1sp=C3=A1r=20Nagy?= Date: Mon, 14 Oct 2024 10:37:42 +0200 Subject: [PATCH] fix CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1445e1bf..b1640244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Improvements: -* Support scenario-level (method-level) parallel execution (#570) +* Support scenario-level (method-level) parallel execution (#119, #277) ## Bug fixes: @@ -12,13 +12,13 @@ ## Bug fixes: -* Fix: Rule Backgounds cause External Data Plugin to fail (#119, #271) +* Fix: Rule Backgounds cause External Data Plugin to fail (#271) * Fix: VersionInfo class might provide the version of the runner instead of the version of Reqnroll (#248) * Fix: Reqnroll.CustomPlugin NuGet package has a version mismatch for the System.CodeDom dependency (#244) * Fix: Reqnroll.Verify fails to run parallel tests determinately (#254). See our [verify documentation](docs/integrations/verify.md) on how to set up your test code to enable parallel testing. * Fix: Reqnroll generates invalid code for rule backgrounds in Visual Basic (#283) -*Contributors of this release (in alphabetical order):* @ajeckmans, @clrudolphi, @gasparnagy, @obligaron, @UL-ChrisGlew +*Contributors of this release (in alphabetical order):* @ajeckmans, @clrudolphi, @gasparnagy, @UL-ChrisGlew # v2.1.0 - 2024-08-30