CHANGELOG.md in inspec_tools-2.0.2.pre8 vs CHANGELOG.md in inspec_tools-2.0.2.pre9

- old
+ new

@@ -1,13 +1,35 @@ # Changelog ## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD) -[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre7...HEAD) +[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre8...HEAD) +**Implemented enhancements:** + +- Ensure the output of our converters formats with a standard of 2-space [\#140](https://github.com/mitre/inspec_tools/issues/140) +- Ensure we do not create code that uses " where ' are the correct style [\#138](https://github.com/mitre/inspec_tools/issues/138) + **Fixed bugs:** +- Summary always returns 0 for profile errors [\#164](https://github.com/mitre/inspec_tools/issues/164) +- Multiple fields missing from CKL generated with inspec2ckl [\#150](https://github.com/mitre/inspec_tools/issues/150) +- update inspec2ckl to support both tag and sub-descriptions in output [\#148](https://github.com/mitre/inspec_tools/issues/148) + +**Merged pull requests:** + +- Apply fixes from CodeFactor [\#172](https://github.com/mitre/inspec_tools/pull/172) ([aaronlippold](https://github.com/aaronlippold)) +- Add parameter to InspecUtils\#control\_status to specify when used for summary. [\#170](https://github.com/mitre/inspec_tools/pull/170) ([Bialogs](https://github.com/Bialogs)) +- Generate Ruby with Single Quoted Strings [\#169](https://github.com/mitre/inspec_tools/pull/169) ([Bialogs](https://github.com/Bialogs)) +- Update CKL parse method to dig into sub descriptions [\#168](https://github.com/mitre/inspec_tools/pull/168) ([Bialogs](https://github.com/Bialogs)) + +## [v2.0.2.pre8](https://github.com/mitre/inspec_tools/tree/v2.0.2.pre8) (2020-04-30) + +[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre7...v2.0.2.pre8) + +**Fixed bugs:** + - CCI Information is blank in CKL output [\#147](https://github.com/mitre/inspec_tools/issues/147) - STIG Viewer fails to validate CKL Schema [\#131](https://github.com/mitre/inspec_tools/issues/131) **Closed issues:** @@ -273,10 +295,11 @@ - Migrate to depend on the new inspect objects library [\#86](https://github.com/mitre/inspec_tools/issues/86) **Merged pull requests:** - Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs)) +- Update github workflows [\#99](https://github.com/mitre/inspec_tools/pull/99) ([Bialogs](https://github.com/Bialogs)) ## [v1.6.21](https://github.com/mitre/inspec_tools/tree/v1.6.21) (2020-03-20) [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.20...v1.6.21) @@ -298,14 +321,10 @@ ## [v1.6.19](https://github.com/mitre/inspec_tools/tree/v1.6.19) (2020-03-16) [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.18...v1.6.19) -**Merged pull requests:** - -- Update github workflows [\#99](https://github.com/mitre/inspec_tools/pull/99) ([Bialogs](https://github.com/Bialogs)) - ## [v1.6.18](https://github.com/mitre/inspec_tools/tree/v1.6.18) (2020-03-16) [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.17...v1.6.18) ## [v1.6.17](https://github.com/mitre/inspec_tools/tree/v1.6.17) (2020-03-13) @@ -488,10 +507,11 @@ - `insert\_json\_metadata': undefined method `version' for nil:NilClass [\#63](https://github.com/mitre/inspec_tools/issues/63) **Merged pull requests:** - Updated rake version [\#69](https://github.com/mitre/inspec_tools/pull/69) ([robthew](https://github.com/robthew)) +- Add in 'inspec' and 'fileutils' require statements [\#65](https://github.com/mitre/inspec_tools/pull/65) ([samcornwell](https://github.com/samcornwell)) ## [v1.4.1](https://github.com/mitre/inspec_tools/tree/v1.4.1) (2019-06-20) [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.4.0...v1.4.1) @@ -499,10 +519,9 @@ [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.3.6...v1.4.0) **Merged pull requests:** -- Add in 'inspec' and 'fileutils' require statements [\#65](https://github.com/mitre/inspec_tools/pull/65) ([samcornwell](https://github.com/samcornwell)) - Apply fixes from CodeFactor [\#61](https://github.com/mitre/inspec_tools/pull/61) ([aaronlippold](https://github.com/aaronlippold)) ## [v1.3.6](https://github.com/mitre/inspec_tools/tree/v1.3.6) (2019-05-02) [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.3.5...v1.3.6)