diff --git a/Installer/SpecFlowInstaller/CoreFiles.wxs b/Installer/SpecFlowInstaller/CoreFiles.wxs index 2a857d4de..f95238a72 100644 --- a/Installer/SpecFlowInstaller/CoreFiles.wxs +++ b/Installer/SpecFlowInstaller/CoreFiles.wxs @@ -12,9 +12,13 @@ - + + + + + diff --git a/changelog.txt b/changelog.txt index d56cc3f9c..986714b8c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ next release New features: ++ Using standard Gherkin parser (http://github.com/aslakhellesoy/gherkin) v1.0.24 + Context injection in step definitions. Step definitions can get a context injected with constructor injection. (Issue 30) See examples in Tests/FeatureTests/ContextInjection @@ -22,6 +23,7 @@ New features: Fixed issues: + SpecFlow Reporting doesn't work with Firefox (Issue 31) + Binding methods are executed using the culture of the feature file. ++ Several parsing issues are solved now (Issue 1, 8, 9, 37) 1.2.0 - 2009/11/25 diff --git a/lib/antlr/Antlr3.Runtime.dll b/lib/antlr/Antlr3.Runtime.dll deleted file mode 100644 index e39f7cf5c..000000000 Binary files a/lib/antlr/Antlr3.Runtime.dll and /dev/null differ diff --git a/lib/antlr/antlr-3.1.2.jar b/lib/antlr/antlr-3.1.2.jar deleted file mode 100644 index 3c7e51e06..000000000 Binary files a/lib/antlr/antlr-3.1.2.jar and /dev/null differ