From 354809ac9f284a30404d9104f9371e25c94dabc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Schr=C3=B6der?= Date: Wed, 19 Oct 2016 20:54:22 +0200 Subject: [PATCH] move --retry to latest relase --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 5bf885d6cf..04f3934f16 100644 --- a/History.md +++ b/History.md @@ -7,7 +7,6 @@ ### New Features * Use the event bus in Cucumber-Ruby-Core ([#973](https://github.com/cucumber/cucumber-ruby/pull/973) @mattwynne) -* Add --retry option to retry failed tests as part of the same run ([#920](https://github.com/cucumber/cucumber-ruby/pull/920) @DanaScheider) * Add a summary formatter ([#999](https://github.com/cucumber/cucumber-ruby/pull/999) @mattwynne) * Namespaced World modules ([#1007](https://github.com/cucumber/cucumber-ruby/pull/1007) @nodo) @@ -41,6 +40,7 @@ ### New Features * Update to Gherkin v4.0 (@brasmusson) +* Add --retry option to retry failed tests as part of the same run ([#920](https://github.com/cucumber/cucumber-ruby/pull/920) @DanaScheider) ### Bugfixes