diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 3334cccb3d..c0807c6a67 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -8,8 +8,8 @@ All notable changes to the **Prowler API** are documented in this file. ### Added - Added M365 as a new provider [(#7563)](https://github.com/prowler-cloud/prowler/pull/7563). -- Added compliance folder to export outputs as ZIP functionality [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). -- Added a new endpoint to download the specified compliance file [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). +- Added a `compliance/` folder and ZIP‐export functionality for all compliance reports.[(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). +- Added a new API endpoint to fetch and download any specific compliance file by name [(#7653)](https://github.com/prowler-cloud/prowler/pull/7653). ---