CHANGELOG.rdoc in license_finder-2.1.0.rc4 vs CHANGELOG.rdoc in license_finder-2.1.0.rc5

- old
+ new

@@ -1,4 +1,21 @@ +=== 2.1.0.rc5 / 2016-02-19 + +* Features + * provide path-to-dependency in recursive mode (#193) + * dedup godep dependencies (#196) + * add support for MPL2 detection + * detect .envrc in a parent folder (go workspaces) (#199) + * miscellaneous nuget support improvements (#200, #201, #202) + * miscellaneous go support improvements (#203, #204) + * add support for Golang 1.5 vendoring convention (#207) + * return the package manager that detected the dependency (#206) + +* Bugfixes + * columns fixed in "recursive mode" (#191) + * gradle's use of termcaps avoided (#194) + + === 2.1.0.rc4 / 2016-01-27 * Features * Add support for including maven/gradle GroupIds with `--gradle-include-groups`