Skip to content

Commit

Permalink
Prepare for release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jul 20, 2019
1 parent e88b30a commit 55a77fe
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
## [4.6.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v4.6.0...master) (In Git)

### Added
- [Core] Add property to select io.cucumber.core.backend.ObjectFactory implementation ([#1700](https://github.com/cucumber/cucumber-jvm/pull/1700) Ralph Kar)
## [4.7.1-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v4.7.0...master) (In Git)

### Added

### Changed

### Deprecated
Expand All @@ -13,6 +13,13 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO

### Fixed

## [4.7.0](https://github.com/cucumber/cucumber-jvm/compare/v4.6.0...v4.7.0) (2019-07-20)

### Added
* [Core] Add property to select io.cucumber.core.backend.ObjectFactory implementation ([#1700](https://github.com/cucumber/cucumber-jvm/pull/1700) Ralph Kar)
- Use `cucumber.object-factory=com.example.CustomObjectFactory` in either `cucucmber.properties`,
environment variables, or system properties

## [4.6.0](https://github.com/cucumber/cucumber-jvm/compare/v4.5.4...v4.6.0) (2019-07-16)

### Added
Expand Down

0 comments on commit 55a77fe

Please sign in to comment.