You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org).
7
7
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
8
8
9
9
## Unreleased
10
+
11
+
## [v0.14.0]
12
+
### Added
13
+
- Improve ErrSkip handling, add test for Summary and operations order ([584](https://github.com/cucumber/godog/pull/584) - [vearutop](https://github.com/vearutop))
14
+
10
15
### Fixed
11
16
- Remove line overwriting for scenario outlines in cucumber formatter ([605](https://github.com/cucumber/godog/pull/605) - [glibas](https://github.com/glibas))
- updated base formatter to set a scenario as passed unless there exist ([582](https://github.com/cucumber/godog/pull/582) - [roskee](https://github.com/roskee))
@@ -211,6 +221,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
211
221
### Changed
212
222
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([mxygem](https://github.com/mxygem))
0 commit comments