From 559effbe97b20d24b70c0f917c4f3d1b955a750d Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Thu, 27 Apr 2023 23:26:48 +0900 Subject: [PATCH] Update History/Changelog file --- History.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.txt b/History.txt index 98b0352..bb9b086 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ +== 0.8.0 +* Added support for Cucumber 8.x +* Removed support for Rails 4.2 -> 5.2 +* Removed support for Ruby 2.0 -> 2.6 +* Clean up Gemfiles, testing Ruby 2.7 -> 3.2 and Rails 6.0 -> 7.0 +* Cucumber 3.x -> 8.x remain supported. + == 0.7.2 * Eliminate noisy warning: =~ called on anything but String objects.