diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cd6e2efa..b8db79eea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: * Releases targeting Windows now have a `.exe` suffix (#1291). * Adaptively recover from dirty and corrupted git repositories in cache (#1279). * Suppress git password prompts in more places (#1357). +* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero). Fixes potential panic when referencing v0 gopkg.in packages ([#1243](https://github.com/golang/dep/pull/1243)). IMPROVEMENTS: