Skip to content

Commit

Permalink
Merge branch 'master' into cr-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Aug 2, 2017
2 parents 46e6ab2 + 757d025 commit 32ca1c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v2.3.1...master)

#### BREAKING CHANGES
* `pretty` formatter has been removed. All errors are now reported in a `pretty` format instead. Use the `progress-bar` or `progress` formats instead.

#### New Features

* Add `--i18n-languages` and `--i18n-keywords <ISO 639-1>` CLI options
* Add `BeforeAll` / `AfterAll` hooks to replace uses of `registerHandler`

### [2.3.1](https://github.com/cucumber/cucumber-js/compare/v2.3.0...v2.3.1) (2017-06-09)

#### New Features
Expand Down

0 comments on commit 32ca1c2

Please sign in to comment.