From d752f83960af1e09f0ec795a342af35e980ba30e Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Thu, 2 Nov 2017 13:34:46 -0500 Subject: [PATCH] List gopkg.in v0 support in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af8c27b14..40e44f7600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * Releases targeting Windows now have a `.exe` suffix (#1291). * Adaptively recover from dirty and corrupted git repositories in cache (#1279). +* 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: