Changelog: Move -no-vendor -dry-run behaviour to NEW FEATURES section

This commit is contained in:
Jelte Fennema 2017-10-12 19:50:53 -06:00
Родитель d19eb1769f
Коммит 9db18d89a8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)