Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 756 Bytes

CHANGELOG.md

File metadata and controls

38 lines (17 loc) · 756 Bytes

gherkin crate changelog

All user visible changes to gherkin crate will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.11.0 · 2021-12-06

Diff

BC Breaks

  • Renamed crate from gherkin_rust to just gherkin. (d8803b80)
  • Yank 0.10.2 version, as it's appeared to be backwards incompatible.

0.10.2 · 2021-11-29

Diff

Added

  • Support of multiple Examples in Scenario Outline. (#29)