From 6c9a5262327e06beb61d853f76f50d9b422fbdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20G=C3=BCnnewig?= Date: Mon, 9 May 2016 10:00:54 +0200 Subject: [PATCH] Update History --- History.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b9ff9af9b..8dcb3cb0b 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,8 @@ ## [v1.0.0.alpha](https://github.com/cucumber/aruba/compare/v0.14.1...v1.0.0.alpha) -* Drop support for ruby < 1.9.3 and rubinius +* Remove Aruba::Reporting (PR #389) +* Rename bin/cli to bin/aruba-test-cli to prevent name conflict (PR #390) +* Drop support for `ruby < 1.9.3` and rubinius (PR #385) * Fixed wrong number of arguments in `Aruba::Platforms::WindowsEnvironmentVariables#delete` (issue #349, PR #358, credit @e2) * Fixed colors in `script/bootstrap` (PR #352, credit @e2) * Fixed use of removed `Utils`-module (PR #347, credit @e2)