Skip to content

Commit 08c3d31

Browse files
authored
Add notes and changelog for breaking change to gherkin writer helpers (#335)
1 parent 6fced0b commit 08c3d31

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
99
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
1010

1111
## [Unreleased]
12+
### Breaking Change
13+
- Structure of Gherkin writer helpers have been changed. Now one helper per file, and all helpers are still available by requiring `gherkin/writer/helpers`.
14+
See upgrading notes for [18.0.0.md](upgrading_notes/18.0.0.md#upgrading-to-cucumber-core-1800), for full changes
15+
1216
### Changed
1317
- Tidied up a bunch of mostly internal test code to be more rubocop compliant
1418

upgrading_notes/18.0.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Upgrading to cucumber-core 18.0.0
2+
3+
## Gherkin Writer Helpers
4+
5+
TBC
6+
7+
### Before cucumber-core 18.0.0
8+
9+
TBC
10+
11+
### With cucumber-core 18.0.0
12+
13+
TBC

0 commit comments

Comments
 (0)