diff --git a/changelog.txt b/changelog.txt index 7ac47f5c2..e4f204b14 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ 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. 1.2.0 - 2009/11/25