diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c65fa..18e8a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,9 @@ The format is based on and uses the types of changes according to [Keep a Change - Improved `Test-RestrictCustomScripts` to handle long URL lengths better by extracting and replacing common hostnames, and provided detailed output. - Added sorting to output. - Created new functions for improved modularity. -- Parameter validation for excel and csv path in sync function +- Parameter validation for Excel and CSV path in sync function. - Added Output type to tests. +- Added `M365DomainForPWPolicyTest` parameter to `Invoke-M365SecurityAudit` to specify testing only the default domain for password expiration policy when '1.3.1' is included in the tests. ### Fixed @@ -34,6 +35,7 @@ The format is based on and uses the types of changes according to [Keep a Change - Fixed the issue with the output in `Test-RestrictCustomScripts` to ensure no extra spaces between table headers and data. + ## [0.1.4] - 2024-05-30 ### Added