Skip to content

Commit

Permalink
Merge pull request golang#1453 from darkowlzz/changelog-update
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
sdboyer committed Dec 14, 2017
2 parents c3d278d + 9c10b3b commit 7744710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NEW FEATURES:
based projects (#815).
* Allow override of cache directory location using environment variable
`DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234))
* Add support for template output in `dep status`. (#1389)

BUG FIXES:

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

IMPROVEMENTS:

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

# v0.3.2

Expand Down

0 comments on commit 7744710

Please sign in to comment.