CHANGELOG.md in puppet-check-1.4.1 vs CHANGELOG.md in puppet-check-1.5.0
- old
+ new
@@ -1,18 +1,13 @@
-### 1.5.0 (Roadmap)
-- optional octocatalog-diff regression testing (minor)
-- optional octocatalog-diff regression testing options (patch)
-- test-kitchen interface (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)
-- https://blog.fluentz.io/learn-how-to-achieve-parallelism-with-ruby-i-o-bound-threads-a29c92aff58c#.zcqpibirn (parallelism/minor)
-- resolve deps in module fixtures? (minor)
-- rspec puppet stubbing (minor)
-- parallel spec option (minor)
-- multiple node testing with octocatalog-diff (minor)
-- split syntax and style checks to separate methods for style (patch)
-- missing puppet binary error changed
-- puppet 5
-- try closing the template to deal with the erb binding issue
+### 1.5.0
+- Maximum Puppet version increased from 5 to 6.
+- Added capability to check EYAML (experimental).
+- Test Kitchen frontend interface.
+- Updated Puppet error output for Puppet 5 differences.
+- Slight optimization for smaller test sets.
+- Suppress constant redefinition warnings from Octocatalog-diff's Puppet code reuse.
+- Changed FileName cop to reflect change in RuboCop >= 0.5.
+- Entire module is now symlinked into `spec/fixtures/modules` during rspec-puppet testing (formerly specific components).
### 1.4.1
- Support for using SVN to download external module dependencies for RSpec Puppet.
- Better handled situations with uninstalled optional dependencies.
- Code cleanup and optimization.