Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit faa6189

Browse files
committed
CHANGELOG: prepare for 0.5.1 release
1 parent b1f5c9b commit faa6189

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
IMPROVEMENTS:
44

5+
* Add CI tests against go1.11.
6+
* Fix indefinite hang cloning Git repositories that failed fsck checks. ([#2070][2070])
57
* The `noverify` field in `Gopkg.toml` allows for the preservation of excess files under `vendor`. ([#2002](https://github.com/golang/dep/issue/2002))
8+
* Add releases for `arm`, `armv6` ([#2102][2102]), `s390x` ([#2070][2070]), and `ppc` architectures.
9+
* Fix handling of cyclic import graphs ([#2003][2003]).
10+
* Fix error in preservation of vendor/.git ([#2000][2000]).
11+
* Fix an edge case in lockdiff where all the projects may be removed from the lock file ([#1972][1972]).
12+
* Fix panic related to projects. ([#1945][1945])
13+
14+
[2102]: https://github.com/golang/dep/pull/2102
15+
[2070]: https://github.com/golang/dep/pull/2070
16+
[2000]: https://github.com/golang/dep/pull/2000
17+
[1981]: https://github.com/golang/dep/pull/1981
18+
[2003]: https://github.com/golang/dep/pull/2003
19+
[1972]: https://github.com/golang/dep/pull/1972
20+
[1945]: https://github.com/golang/dep/pull/1945
621

722
BUG FIXES:
823

0 commit comments

Comments
 (0)