docs: Update CHANGELOG.md

This commit is contained in:
DrIOS
2024-06-08 15:54:48 -05:00
parent 66536e34a7
commit 4167a37121

View File

@@ -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