CHANGELOG.md in licensed-2.6.1 vs CHANGELOG.md in licensed-2.6.2

- old
+ new

@@ -4,10 +4,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## 2.6.2 +2019-11-03 + +### Changed +- A number of improvements to the go dependency enumerator + - use `go env GOPATH` as a default if no other GOPATH is found + - better compatibility with go modules when finding license content + - better compatibility with vendored go modules + - use a packages godoc.org page as it's homepage + - better checks for standard packages, reducing the amount of cached content + ## 2.6.1 2019-10-26 ### Changed - Performance improvements during dependency enumeration (:tada: @krzysztof-pawlik-gat https://github.com/github/licensed/pull/204, https://github.com/github/licensed/pull/207) (https://github.com/github/licensed/pull/210) @@ -233,6 +244,6 @@ ## 1.0.0 2018-02-20 Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/2.6.1...HEAD +[Unreleased]: https://github.com/github/licensed/compare/2.6.2...HEAD