Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Apr 29, 2010
1 parent 5d8186a commit f0af490
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

next release
New features:
+ Context injection in step definitions. Step definitions can get a context injected with constructor injection. See examples in Tests/FeatureTests/ContextInjection.
+ Using steps in other assemblies. This enables writing steps in VB. See examples in Tests/FeatureTests/ExternalSteps.
+ Steps can be invoked from other steps using step text. See examples in Tests/FeatureTests/CallingStepsFromStepDefinitions.
+ Custom step parameter converters can be defined as a binding. See examples in Tests/FeatureTests/StepArgumentTransfomation.
+ Context injection in step definitions. Step definitions can get a context injected with constructor injection. See examples in Tests/FeatureTests/ContextInjection
+ Using steps in other assemblies. This enables writing steps in VB. See examples in Tests/FeatureTests/ExternalSteps
+ Steps can be invoked from other steps using step text. See examples in Tests/FeatureTests/CallingStepsFromStepDefinitions
+ Custom step parameter converters can be defined as a binding. See examples in Tests/FeatureTests/StepArgumentTransfomation
+ SpecFlow feature files can be added also to VB.NET projects
+ Support for xUnit

1.2.0 - 2009/11/25

Expand Down

0 comments on commit f0af490

Please sign in to comment.