From 7f75fe4f4cc56abc59b589fdbb32d7b4b8312170 Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Mon, 3 May 2010 11:28:18 +0200 Subject: [PATCH] fix/extend changelog --- changelog.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index d7d431c07..84a5933c6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,13 +1,19 @@ 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. (Issue 30) + See examples in Tests/FeatureTests/ContextInjection ++ Using steps in other assemblies. This enables writing steps in VB. (Issue 19) + 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 + Single installer for Visual Studio 2008 and 2010 (Issue 6, 10, 11) ++ SpecFlow Reporting doesn't work with Firefox (Issue 31) 1.2.0 - 2009/11/25 @@ -38,7 +44,8 @@ New features: Fixed issues: + Runtime: Remove direct dependency on nunit.framework.dll from the runtime (Issue 12) + Runtime: Binding methods with more than 4 parameters cannot be used (Issue 21) -+ Generator: Special language characters (e.g. accented letters) are removed when generating test method names (Issue 22) ++ Generator: Special language characters (e.g. accented letters) are removed when generating + test method names (Issue 22) 1.0.2 - 2009/10/20