From 075d624710f7308322769474f5dd3ef198068632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Thu, 30 Apr 2020 14:32:13 +0200 Subject: [PATCH] Added a missed test file and updated the CHANGELOG --- CHANGELOG.md | 1 + features/empty.feature | 0 2 files changed, 1 insertion(+) create mode 100644 features/empty.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c878b..44bebd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt - Update paths to screenshots for examples ([270](https://github.com/cucumber/godog/pull/270) - [leviable]) - Made progress formatter verification a bit more accurate ([lonnblad]) - Added comparison between single and multi threaded runs ([272](https://github.com/cucumber/godog/pull/272) - [lonnblad]) +- Fixed issue with empty feature file causing nil pointer deref ([288](https://github.com/cucumber/godog/pull/288) - [lonnblad]) ## [0.9.0] diff --git a/features/empty.feature b/features/empty.feature new file mode 100644 index 0000000..e69de29