From 07c89000f0e92ac7f8da9b7dbf48ad5bfe004010 Mon Sep 17 00:00:00 2001 From: Matias Grunberg Date: Mon, 17 Jan 2022 21:10:58 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e5ab3a..6e56e2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ on how to contribute to Cucumber. ### New Features * Added `:none` option for `javascript_strategy` which indicates no special handling of `@javascript` tagged tests ([#522](https://github.com/cucumber/cucumber-rails/pull/522) [akostadinov]) +* Add support for Rails 7 ([#526](https://github.com/cucumber/cucumber-rails/pull/526/) ### Changed