From 9a820ddb332a5ab40f2048d9c96c6114ef546fce Mon Sep 17 00:00:00 2001 From: Andrea Nodari Date: Thu, 3 May 2018 09:10:54 +0100 Subject: [PATCH] Update CHANGELOG.md Add an improvement to `unfocus` command to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79232f6f..3f9d53f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - When using custom reporters register the custom reporters *before* the default reporter. This allows users to see the output of any print statements in their customer reporters. [#365] - When running a test and calculating the coverage using the `-coverprofile` and `-outputdir` flags, Ginkgo fails with an error if the directory does not exist. This is due to an [issue in go 1.10](https://github.com/golang/go/issues/24588) [#446] +- `unfocus` command ignores vendor folder [#459] ## 1.4.0 7/16/2017