From faa6189302b8a862e5612d332ff3755c19784749 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sat, 16 Feb 2019 18:28:37 -0800 Subject: [PATCH] CHANGELOG: prepare for 0.5.1 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef764f4ae..07fde8645f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,22 @@ IMPROVEMENTS: +* Add CI tests against go1.11. +* Fix indefinite hang cloning Git repositories that failed fsck checks. ([#2070][2070]) * The `noverify` field in `Gopkg.toml` allows for the preservation of excess files under `vendor`. ([#2002](https://github.com/golang/dep/issue/2002)) +* Add releases for `arm`, `armv6` ([#2102][2102]), `s390x` ([#2070][2070]), and `ppc` architectures. +* Fix handling of cyclic import graphs ([#2003][2003]). +* Fix error in preservation of vendor/.git ([#2000][2000]). +* Fix an edge case in lockdiff where all the projects may be removed from the lock file ([#1972][1972]). +* Fix panic related to projects. ([#1945][1945]) + +[2102]: https://github.com/golang/dep/pull/2102 +[2070]: https://github.com/golang/dep/pull/2070 +[2000]: https://github.com/golang/dep/pull/2000 +[1981]: https://github.com/golang/dep/pull/1981 +[2003]: https://github.com/golang/dep/pull/2003 +[1972]: https://github.com/golang/dep/pull/1972 +[1945]: https://github.com/golang/dep/pull/1945 BUG FIXES: