From 8eccd8b4a8fffc2e455ea43d9db7e4c4f042aaad 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af8c27b14..d0851b7072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # v0.3.3 (Unreleased) +NEW FEATURES: + +* Allow override of cache directory location using environment variable +`DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234)) + BUG FIXES: * Releases targeting Windows now have a `.exe` suffix (#1291).