diff --git a/CHANGELOG.md b/CHANGELOG.md index bae4c66..241171a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - Re enable custom formatters. ([238](https://github.com/cucumber/godog/pull/238) - [ericmcbride]) - Added back suite_test.go ([jaysonesmith]) - Normalise module paths for use on Windows ([242](https://github.com/cucumber/godog/pull/242) - [gjtaylor]) -- Fixed panic in indenting function `s`([247](https://github.com/cucumber/godog/pull/247) - [titouanfreville]) +- Fixed panic in indenting function `s` ([247](https://github.com/cucumber/godog/pull/247) - [titouanfreville]) +- Fixed wrong version in API example ([263](https://github.com/cucumber/godog/pull/263) - [denis-trofimov]) ## [0.8.1] @@ -79,3 +80,4 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt [ericmcbride]: https://github.com/ericmcbride [gjtaylor]: https://github.com/gjtaylor [titouanfreville]: https://github.com/titouanfreville +[denis-trofimov]: https://github.com/denis-trofimov