Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

59 lines (30 loc) · 1.38 KB

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.1 · 2021-12-08

Diff

Fixed

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)