docs: update changelog

This commit is contained in:
DrIOS
2024-06-06 16:56:58 -05:00
parent 92e5952f7e
commit 4857aead5e

View File

@@ -11,6 +11,7 @@ The format is based on and uses the types of changes according to [Keep a Change
- Refactored `Invoke-M365SecurityAudit` to include a new private function `Invoke-TestFunction` for executing test functions and handling errors.
- Added a new private function `Measure-AuditResult` to calculate and display audit results.
- Enhanced error logging to capture failed test details and display them at the end of the audit.
- Added a private function `Get-RequiredModule` to initialize the `$requiredModules` variable for better code organization in the main script.
### Fixed