From 21b40eb33315abdc77ebd122fe6c19a387f4a1f9 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 9 Apr 2025 11:49:44 -0700 Subject: [PATCH] Style Signed-off-by: gearnode --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe52c8d7..c387bc318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ All notable changes to this project will be documented in this file. ### BREAKING CHANGES -### BREAKING CHANGES - - **BREAKING:** Renamed GraphQL mutations for control-mitigation mappings: - `createControlMapping` → `createControlMitigationMapping` - `deleteControlMapping` → `deleteControlMitigationMapping` @@ -29,6 +27,10 @@ All notable changes to this project will be documented in this file. - New GraphQL mutations `uploadVendorComplianceReport` and `deleteVendorComplianceReport` - New `complianceReports` field on the Vendor type - Support for uploading, viewing, and managing vendor compliance documentation +- Added pre-configured frameworks: + - Added ISO/IEC 27001:2022 and SOC 2 framework templates + - Improved framework import interface with dropdown menu for template selection + - Support for one-click import of standard compliance frameworks ### Changed