Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.

## [Unreleased]
### Breaking Change
- Structure of Gherkin writer helpers have been changed. Now one helper per file, and all helpers are still available by requiring `gherkin/writer/helpers`.
See upgrading notes for [18.0.0.md](upgrading_notes/18.0.0.md#upgrading-to-cucumber-core-1800), for full changes

### Changed
- Tidied up a bunch of mostly internal test code to be more rubocop compliant

Expand Down
13 changes: 13 additions & 0 deletions upgrading_notes/18.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Upgrading to cucumber-core 18.0.0

## Gherkin Writer Helpers

TBC

### Before cucumber-core 18.0.0

TBC

### With cucumber-core 18.0.0

TBC
Loading