Skip to content

Commit

Permalink
Extend changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Oct 25, 2022
1 parent b9e4b28 commit 5419212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Features:
+ Support Rule tags (can be used for hook filters, scoping and access through 'ScenarioInfo.CombinedTags')
+ Support for async step argument transformations. Fixes #2230
+ Support for ValueTask and ValueTask<T> binding methods (step definitions, hooks, step argument transformations)
+ Collect binding errors (type load, binding, step definition) and report them as exception when any of the tests are executed.

Changes:
+ Existing step definition expressions detected to be either regular or cucumber expression. Check https://docs.specflow.org/projects/specflow/en/latest/Guides/UpgradeSpecFlow3To4.html for potential upgrade issues.
Expand Down

0 comments on commit 5419212

Please sign in to comment.