diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c5c68..3b53a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Array list to store the results of the audit. +- Arraylist tests and helper template. +- New testing function. +- Missing properties to CSV. + +### Changed + +- Refactored object initialization to source `RecDescription`, `CISControl`, and `CISDescription` properties from the CSV. +- Added `Automated` and `Connection` properties to the output object. +- All test functions aligned with the test-template. +- Initialize-CISAuditResult refactored to use global test definitions. + +### Fixed + +- Corrected test-template. +- Details added to pass. + +### Docs + +- Updated comments and documentation for new functions. + + ## [0.1.2] - 2024-04-29 ### Added @@ -26,6 +50,7 @@ The format is based on and uses the types of changes according to [Keep a Change - Updated comments for new functions. - Updated help documentation. +- Updated online link in public function. ## [0.1.1] - 2024-04-02