From e845081f67d704773a89d431fa9a94b9afa781a5 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 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: