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

Commit 7744710

Browse files
authored
Merge pull request #1453 from darkowlzz/changelog-update
Update changelog
2 parents c3d278d + 9c10b3b commit 7744710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ NEW FEATURES:
66
based projects (#815).
77
* Allow override of cache directory location using environment variable
88
`DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234))
9+
* Add support for template output in `dep status`. (#1389)
910

1011
BUG FIXES:
1112

@@ -15,6 +16,7 @@ BUG FIXES:
1516
* Fix `-no-vendor` flag for `ensure -update` (#1361).
1617
* Validate `git ls-remote` output and ignore all malformed lines (#1379)
1718
* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero) (#1243).
19+
* Fix how dep status print revision constraints. (#1421)
1820

1921
IMPROVEMENTS:
2022

@@ -23,6 +25,7 @@ IMPROVEMENTS:
2325
* Improve file copy performance by not forcing a file sync (PR #1408).
2426
* Skip empty constraints during import ([#1414](https://github.com/golang/dep/pull/1349))
2527
* Handle errors when writing status output ([#1420](https://github.com/golang/dep/pull/1420))
28+
* Add constraint for locked projects in `status`. (#962)
2629

2730
# v0.3.2
2831

0 commit comments

Comments
 (0)