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

Commit d797b39

Browse files
committed
update changelog - allow cachedir override
1 parent 8efdbf2 commit d797b39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ NEW FEATURES:
77
(#1206)
88
* `dep ensure -no-vendor -dry-run` now exits with an error when changes would
99
have to be made to `Gopkg.lock`. This is useful for CI. (#1256)
10+
* Allow override of cache directory location using environment variable
11+
`DEPCACHEDIR`. (#1234)
1012

1113
BUG FIXES:
1214

@@ -52,7 +54,7 @@ importer would drop the imported version of a project (#1100)
5254
* Import analyzer now always uses the same name, fixing the lock mismatch
5355
immediately after dep init issue (#1099)
5456
* Add support for importing from [govend](https://github.com/govend/govend)
55-
(#1040) and [LK4D4/vndr](https://github.com/LK4D4/vndr) (#978) based projects
57+
(#1040) and [LK4D4/vndr](https://github.com/LK4D4/vndr) (#978) based projects
5658
* gps: gps no longer assumes that every git repo has a HEAD (#1053)
5759
* `os.Chmod` failures on Windows due to long path length has been fixed (#925)
5860
* Add `version` command (#996)

0 commit comments

Comments
 (0)