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
@@ -18,6 +22,11 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
18
22
- fix(errors): fix(errors): Fix expected Step argument count for steps with `context.Context` ([679](https://github.com/cucumber/godog/pull/679) - [tigh-latte](https://github.com/tigh-latte))
19
23
- fix(formatter): On concurrent execution, execute formatter at end of Scenario - ([645](https://github.com/cucumber/godog/pull/645) - [tigh-latte](https://github.com/tigh-latte))
20
24
- Pretty printing results now prints the line where the step is declared instead of the line where the handler is declared. ([668](https://github.com/cucumber/godog/pull/668) - [spencerc](https://github.com/SpencerC))
25
+
- Update honnef.co/go/tools/cmd/staticcheck version in Makefile by @RezaZareiii in https://github.com/cucumber/godog/pull/670
26
+
- fix: verify dogT exists in the context before using it by @cakoolen in https://github.com/cucumber/godog/pull/692
27
+
- fix: change bang to being in README by @nahomEagleLion in https://github.com/cucumber/godog/pull/687
28
+
- Mark junit test cases as skipped if no pickle step results available by @mrsheepuk in https://github.com/cucumber/godog/pull/597
29
+
- Print step declaration line instead of handler declaration line by @SpencerC in https://github.com/cucumber/godog/pull/668
21
30
22
31
## [v0.15.0]
23
32
@@ -252,6 +261,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
252
261
### Changed
253
262
- Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([mxygem](https://github.com/mxygem))
0 commit comments