Skip to content

Commit

Permalink
📝(changelog) update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim-Lebrun committed Aug 20, 2024
1 parent 3e9faa0 commit 0bf122b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 0bf122b

Please sign in to comment.