From 9db18d89a877c74b62b802bfa344d8b42d55ffd7 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Thu, 12 Oct 2017 19:50:53 -0600 Subject: [PATCH] Changelog: Move -no-vendor -dry-run behaviour to NEW FEATURES section --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)