CHANGELOG.md in puppet-check-1.6.1 vs CHANGELOG.md in puppet-check-2.0.0

- old
+ new

@@ -1,5 +1,15 @@ -### 1.6.1 (Next) +### 2.0.0 +- Bump minimum version of Puppet to 4.0.0 and remove < 4 support code. +- Official support for Puppet 6. +- Minimum Ruby version bumped to 2.2.0. +- Bumped Rubocop and Reek minimum versions and fully migrated SPDX to Rubygems. +- Add rubocop-performance extension to Rubocop. +- Update manifest validation for breaking change in 6.5 API. +- Fix check on specified dependencies in metadata. +- Enable parallel module dependency retrieval. + +### 1.6.1 - Removed check for hieradata nil/undef value for Hiera >= 5. - Add rudimentary checks for task metadata. - Preliminary support for Puppet 6. - RSpec Puppet fixed its default `spec_helper`. Revert to loading it instead of generating a working one.