Skip to content

Commit

Permalink
Update CHANGELOG for v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 12, 2020
1 parent 5f51c96 commit 5812bf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Deprecated
* [Plugin] Deprecate `TestRunFinished(Instant)` ([#2169](https://github.com/cucumber/cucumber-jvm/pull/2169) M.P. Korstanje)

### Removed

### Fixed

## [6.9.0] (2020-11-12)

### Deprecated
* [Plugin] Deprecate `TestRunFinished(Instant)` ([#2169](https://github.com/cucumber/cucumber-jvm/pull/2169) M.P. Korstanje)

### Fixed
* [Core] Significantly reduce the size of the html report ([cucumber/#1232](https://github.com/cucumber/cucumber/issues/1232) M.P. Korstanje)
* [Core] Improve error message when plugin paths collide ([#2168](https://github.com/cucumber/cucumber-jvm/pull/2168) M.P. Korstanje)
Expand Down Expand Up @@ -1570,7 +1576,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
* First proper release

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.8.2...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v6.9.0...main
[6.9.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.8.2...v6.9.0
[6.8.2]: https://github.com/cucumber/cucumber-jvm/compare/v6.8.1...v6.8.2
[6.8.1]: https://github.com/cucumber/cucumber-jvm/compare/v6.8.0...v6.8.1
[6.8.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.7.0...v6.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void ignores_step_definitions() throws Throwable {
.build())
.build())
.build());

bus.send(Messages.Envelope.newBuilder()
.setStepDefinition(Messages.StepDefinition.newBuilder()
.build())
Expand Down

0 comments on commit 5812bf8

Please sign in to comment.