From 31974c50288c0142f68631358d0da3956025170c Mon Sep 17 00:00:00 2001 From: Jayson Smith Date: Wed, 4 Mar 2020 21:59:41 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd6985..beec873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,17 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Changed +- Run godog features in CircleCI in strict mode ([jaysonesmith]) + ### Deprecated ### Removed ### Fixed + - Fixed the time attributes in the JUnit formatter. ([232](https://github.com/cucumber/godog/pull/232) [lonnblad]) - Re enable custom formatters. ([238](https://github.com/cucumber/godog/pull/238) [ericmcbride]) +- Added back suite_test.go ([jaysonesmith]) ## [0.8.1]