CHANGELOG.md in berkshelf-3.1.1 vs CHANGELOG.md in berkshelf-3.1.2

- old
+ new

@@ -1,5 +1,19 @@ +> This is a high level digest of changes. For the complete CHANGELOG diff two tags in the project's [commit history](https://github.com/berkshelf/berkshelf/commits/master). + +# 3.1.2 + +* Enhancements + * SCM history is now stripped from cookbooks retrieved from an SCM location which will conserve disk space for cookbooks with a large history +* Bug Fixes + * Fix formatting issue with console output on some systems + * Handle crash on install on some machines which do not properly report their number of CPU cores + * Fix infinite loop in checking if the lockfile is synced under certain conditions + * Fix console output crash on Windows + * Fix issue where updating a cookbook would result in a non resolvable lockfile + * Various spelling mistakes in console output + # 3.1.1 * Bug Fixes * Fix issue reading metadata which was compiled using an older (bugged) version of Knife * Fix issue with incorrectly reporting outdated cookbooks with the outdated command @@ -33,9 +47,21 @@ * Bug Fixes * Raw metadata will be compiled into metadata.json during vendor process * Backwards incompatible changes * `berks package` has had it's argument and options list updated. The first argument is now the name, or fulle path, of the archive file that will be generated. As with before, the first argument is not required. + +# 2.0.16 + +* Update constraint on Ridley + +# 2.0.14 + +* Backport changes from master to allow detecting cookbooks by metadata.json + +# 2.0.13 + +* Lock transitive dependency on Faraday # 2.0.10 * Huge performance increase when resolving a Berksfile when the Berkshelf contains a lot of cookbooks