From a1cbd47b30bc38b8c0d50e652c57882b08b79a0a Mon Sep 17 00:00:00 2001 From: David Goss Date: Thu, 24 Mar 2022 15:15:22 +0000 Subject: [PATCH] add retroactive changelog entry for rc1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b89f242..6a858920c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ See [docs/profiles.md](./docs/profiles.md#using-another-file-than-cucumberjs) fo ### Changed - Relative paths for custom snippet syntaxes must begin with `.` ([#1640](https://github.com/cucumber/cucumber-js/issues/1640)) +- Absolute paths for custom formatters and snippet syntaxes must be a valid `file://` URL - Use performance timers for test case duration measurement. [#1793](https://github.com/cucumber/cucumber-js/pull/1793)