diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3c371858..e3f66a113b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ NEW FEATURES: * Wildcard ignore support. (#1156) * Disable SourceManager lock by setting `DEPNOLOCK` environment variable. (#1206) +* `dep ensure -no-vendor -dry-run` now exits with an error when changes would +have to be made to `Gopkg.lock`. This is useful for CI. (#1256) BUG FIXES: @@ -28,8 +30,6 @@ IMPROVEMENTS: Improving performance when updating dependencies with `-update`. (#1175) * `dep status` now concurrently fetches repo info. Improving status performance. (#1135) -* `dep ensure -no-vendor -dry-run` now exits with an error when changes would -have to be made to `Gopkg.lock`. This is useful for CI. (#1256) * gps: Add SourceURLsForPath() to SourceManager. (#1166) * gps: Include output in error. (#1180)