Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 9db18d8

Browse files
committed
Changelog: Move -no-vendor -dry-run behaviour to NEW FEATURES section
1 parent d19eb17 commit 9db18d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ NEW FEATURES:
55
* Wildcard ignore support. (#1156)
66
* Disable SourceManager lock by setting `DEPNOLOCK` environment variable.
77
(#1206)
8+
* `dep ensure -no-vendor -dry-run` now exits with an error when changes would
9+
have to be made to `Gopkg.lock`. This is useful for CI. (#1256)
810

911
BUG FIXES:
1012

@@ -28,8 +30,6 @@ IMPROVEMENTS:
2830
Improving performance when updating dependencies with `-update`. (#1175)
2931
* `dep status` now concurrently fetches repo info. Improving status performance.
3032
(#1135)
31-
* `dep ensure -no-vendor -dry-run` now exits with an error when changes would
32-
have to be made to `Gopkg.lock`. This is useful for CI. (#1256)
3333
* gps: Add SourceURLsForPath() to SourceManager. (#1166)
3434
* gps: Include output in error. (#1180)
3535

0 commit comments

Comments
 (0)