@@ -8,6 +8,12 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
8
8
9
9
---
10
10
11
+ ## [ Unreleased]
12
+
13
+ ### Fixed
14
+
15
+ - ` check-go-version ` in Makefile to run on WSL. ([ 443] ( https://github.com/cucumber/godog/pull/443 ) - [ mxygem] )
16
+
11
17
## [ v0.12.2]
12
18
13
19
### Fixed
@@ -146,8 +152,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
146
152
147
153
### Changed
148
154
149
- - Run godog features in CircleCI in strict mode ([ jaysonesmith ] )
150
- - Removed TestMain call in ` suite_test.go ` for CI. ([ jaysonesmith ] )
155
+ - Run godog features in CircleCI in strict mode ([ mxygem ] )
156
+ - Removed TestMain call in ` suite_test.go ` for CI. ([ mxygem ] )
151
157
- Migrated to [ gherkin-go - v11.0.0] ( https://github.com/cucumber/gherkin-go/releases/tag/v11.0.0 ) . ([ 240] ( https://github.com/cucumber/godog/pull/240 ) - [ lonnblad] )
152
158
153
159
### Deprecated
@@ -158,7 +164,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
158
164
159
165
- Fixed the time attributes in the JUnit formatter. ([ 232] ( https://github.com/cucumber/godog/pull/232 ) - [ lonnblad] )
160
166
- Re enable custom formatters. ([ 238] ( https://github.com/cucumber/godog/pull/238 ) - [ ericmcbride] )
161
- - Added back suite_test.go ([ jaysonesmith ] )
167
+ - Added back suite_test.go ([ mxygem ] )
162
168
- Normalise module paths for use on Windows ([ 242] ( https://github.com/cucumber/godog/pull/242 ) - [ gjtaylor] )
163
169
- Fixed panic in indenting function ` s ` ([ 247] ( https://github.com/cucumber/godog/pull/247 ) - [ titouanfreville] )
164
170
- Fixed wrong version in API example ([ 263] ( https://github.com/cucumber/godog/pull/263 ) - [ denis-trofimov] )
@@ -181,18 +187,18 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
181
187
### Fixed
182
188
183
189
- Find/Replaced references to DATA-DOG/godog -> cucumber/godog for docs. ([ 209] ( https://github.com/cucumber/godog/pull/209 ) - [ smikulcik] )
184
- - Fixed missing links in changelog to be correctly included! ([ jaysonesmith ] )
190
+ - Fixed missing links in changelog to be correctly included! ([ mxygem ] )
185
191
186
192
## [ 0.8.0]
187
193
188
194
### Added
189
195
190
- - Added initial CircleCI config. ([ jaysonesmith ] )
196
+ - Added initial CircleCI config. ([ mxygem ] )
191
197
- Added concurrency support for JUnit formatting ([ lonnblad] )
192
198
193
199
### Changed
194
200
195
- - Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([ jaysonesmith ] )
201
+ - Changed code references to DATA-DOG/godog to cucumber/godog to help get things building correctly. ([ mxygem ] )
196
202
197
203
### Deprecated
198
204
@@ -214,7 +220,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
214
220
<!-- Contributors -->
215
221
216
222
[ axw ] : https://github.com/axw
217
- [ jaysonesmith ] : https://github.com/jaysonesmith
223
+ [ mxygem ] : https://github.com/mxygem
218
224
[ lonnblad ] : https://github.com/lonnblad
219
225
[ smikulcik ] : https://github.com/smikulcik
220
226
[ ericmcbride ] : https://github.com/ericmcbride
0 commit comments