From 0bf122b391df32d019b4a1981c97f647f896976b Mon Sep 17 00:00:00 2001 From: joachimlebrun Date: Tue, 20 Aug 2024 19:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog)=20update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658ee0e9..4b1182ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ All notable changes to this project will be documented in this file. - `IAFactory` - Each contract now implements the `supportsInterface` function to identify the supported interfaces, ensuring compliance with ERC-165 standards. +- **Add and Set Module in a Single Transaction**: + - Introduced the `addAndSetModule` function in the `ModularCompliance` contract, allowing the contract owner to add a new compliance module and interact with it in a single transaction. + - This function supports adding a module and performing up to 5 interactions with the module in one call, streamlining the setup process for compliance modules. + ### Updated - **Token Recovery Function**: