diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3a31e3c..9f30ba88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO * Drop support for Node.js 6 * JSON formatter has major breaking changes. View some sample outputs [here](/features/fixtures/formatters/). The `*.json.js` files contain the js objects the json parses to. * Duration is now in nanoseconds in event-protocol formatter and in events sent to custom formatters -* Custom formatters: Formatter helpers and EventDataCollector received breaking changes to support retry +* Custom formatters: Formatter helpers and EventDataCollector had breaking changes to support retry #### Bug fixes