CHANGELOG.rdoc in license_finder-2.1.0 vs CHANGELOG.rdoc in license_finder-2.1.1

- old
+ new

@@ -1,4 +1,16 @@ +=== 2.1.1 / 2016-06-09 + +Features: + +* GoWorkspace now detects some non-standard package names with only two path parts. (#226) + +Bugfixes: + +* NuGet now appropriately returns a Pathname from #package_path (previously was a String) (#227) +* NuGet now correctly chooses a directory with vendored .nupkg packages + + === 2.1.0 / 2016-04-01 * Features * support a `groups` in reports (#210) (Thanks, Jon Wolski!) * GoVendor and GoWorkspace define a package management tool, so they won't try to run if you don't have `go` installed