Skip to content

Commit 4bb5a34

Browse files
committed
Add note about this change to CHANGELOG breaking changes
1 parent 1b8839e commit 4bb5a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If anything is missing from the migration guide, please submit an issue.
5656
* Custom formatters will need to migrate
5757
* `json` formatter is deprecated and will be removed in next major release. Custom formatters should migrate to use the `message` formatter, or the [standalone JSON formatter](https://github.com/cucumber/cucumber/tree/master/json-formatter) as a stopgap.
5858
* Remove long-deprecated `typeName` from options object for `defineParameterType` in favour of `name`
59+
* Custom formatters are no longer loaded relative to the current directory unless it begins with a dot (e.g. `--format=./relpath/to/formatter`)
5960

6061
### Bug fixes
6162

0 commit comments

Comments
 (0)