From 740f9bb02b85382ad1770c9a6513b268db23c44e Mon Sep 17 00:00:00 2001 From: Suhas Karanth Date: Fri, 13 Oct 2017 10:07:54 +0530 Subject: [PATCH] update changelog - allow cachedir override --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f461742cea..05a9929f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ NEW FEATURES: * Wildcard ignore support. (#1156) * Disable SourceManager lock by setting `DEPNOLOCK` environment variable. (#1206) +* Allow override of cache directory location using environment variable +`DEPCACHEDIR`. (#1234) BUG FIXES: @@ -50,7 +52,7 @@ importer would drop the imported version of a project (#1100) * Import analyzer now always uses the same name, fixing the lock mismatch immediately after dep init issue (#1099) * Add support for importing from [govend](https://github.com/govend/govend) -(#1040) and [LK4D4/vndr](https://github.com/LK4D4/vndr) (#978) based projects +(#1040) and [LK4D4/vndr](https://github.com/LK4D4/vndr) (#978) based projects * gps: gps no longer assumes that every git repo has a HEAD (#1053) * `os.Chmod` failures on Windows due to long path length has been fixed (#925) * Add `version` command (#996)