CHANGELOG.md in puppet-check-1.3.1 vs CHANGELOG.md in puppet-check-1.3.2

- old
+ new

@@ -1,13 +1,18 @@ ### 1.4.0 (Roadmap) - optional dep octocatalog-diff interface (minor) -- minimum Puppet version increased from 3.4 to 3.7 (minor) - rakefile interface with puppet-lint, rubocop, reek (minor) - rspec puppet stubbing (minor) - acceptance testing with vagrant/docker+serverspec (minor) - improved json and yaml output formats support (file arrays become file hashes and output results further handles formatting) (minor; this would be a big refactoring effort) - split syntax and style checks to separate methods for style (patch) -- add additional hiera checks (patch) + +### 1.3.2 (Roadmap) +- For the Puppet Forge method of downloading external module dependencies as spec fixtures, the module is now updated if it is already present. Previously, a fresh forced install was always attempted. +- A good `spec_helper` for RSpec Puppet is now generated if one is missing. This is instead of the buggy one that `rspec-puppet-init` generates. +- Fix blocking of hieradata checks on `hiera.yaml`. +- A check was added for '---' appearing more than once in YAML hieradata as Hiera attempts to parse these additional lines as data. +- Additional `metadata.json` warnings for `version_requirement` nested key. ### 1.3.1 - For the git and mercurial methods of downloading external module dependencies as spec fixtures, the module is now updated if it is already present and previously retrieved with git or mercurial respectively. Previously, a fresh clone was always attempted. - Additional syntax and style checks within the `operatingsystem_support`, `requirements`, and `dependencies` hashes in `metadata.json`. - Reek is now required dependency for all Ruby versions and locked to 3.11 for Ruby 2.0.