Skip to content

Commit

Permalink
Update CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 2, 2019
1 parent 524b699 commit 0938418
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
9 changes: 7 additions & 2 deletions cucumber-expressions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [8.0.0 - Unreleased]

### Added

* [Java] Annotate function interfaces with @FunctionalInterface
([cucumber/cucumber-jvm#1716](https://github.com/cucumber/cucumber-jvm/issues/1716)
[mpkorstanje])
* [Java] Mark public api with @API Guardian annotations
([cucumber/cucumber-jvm#1536](https://github.com/cucumber/cucumber-jvm/issues/1536)
[mpkorstanje])
### Changed

* Upgrades to `cucumber-parent:2.0.2`
* [Java] Simplify heuristics to distinguish between Cucumber Expressions and Regular Expressions
([#515](https://github.com/cucumber/cucumber/issues/515)
[#581](https://github.com/cucumber/cucumber/pull/581)
Expand Down
15 changes: 13 additions & 2 deletions datatable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added

* [Java] Annotate function interfaces with @FunctionalInterface
([cucumber/cucumber-jvm#1716](https://github.com/cucumber/cucumber-jvm/issues/1716)
[mpkorstanje])
* [Java] Mark public api with @API Guardian annotations
([cucumber/cucumber-jvm#1536](https://github.com/cucumber/cucumber-jvm/issues/1536)
[mpkorstanje])

### Changed
* Upgrades to `cucumber-parent:2.0.2`
* Allow `null` values in `DataTable`.
([cucumber/cucumber-jvm#1617](https://github.com/cucumber/cucumber-jvm/issues/1617)
[mpkorstanje])
* Improve handling of tables without header ([#540](https://github.com/cucumber/cucumber/pull/540) [mpkorstanje])

### Deprecated

### Removed
* Remove DataTableType convenience methods
([cucumber/cucumber-jvm#1643](https://github.com/cucumber/cucumber-jvm/issues/1643)
[mpkorstanje])

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion tag-expressions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed

* Upgrades to `cucumber-parent:2.0.2`
### Deprecated

### Removed
Expand Down

0 comments on commit 0938418

Please sign in to comment.