docs: Update CHANGELOG

This commit is contained in:
DrIOS
2024-06-29 20:00:46 -05:00
parent 2c407a469c
commit 338ed4e871

View File

@@ -4,6 +4,22 @@ The format is based on and uses the types of changes according to [Keep a Change
## [Unreleased] ## [Unreleased]
### Added
- Added `Get-PhishPolicyDetail` and `Test-PhishPolicyCompliance` private functions to help test for phishing policy compliance.
### Fixed
- Fixed various EXO test to be more accurate and include more properties in the output.
#### Changed
- Changed main function parameter for Domain to `DomainName`.
## [0.1.17] - 2024-06-28
### Fixed ### Fixed
- Fixed `Get-ExceededLengthResultDetail` function paramter validation for Exported Tests to allow for Null. - Fixed `Get-ExceededLengthResultDetail` function paramter validation for Exported Tests to allow for Null.