From 5d8186afa4832f2c7eefdd422b5d61e00887c4fd Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Thu, 29 Apr 2010 15:10:09 +0200 Subject: [PATCH] update changelog --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) 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