Skip to content

Commit

Permalink
📝() Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pgonday committed Oct 18, 2024
1 parent badb68e commit 36d1555
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ All notable changes to this project will be documented in this file.
- **Custom Errors for Require Statements**: All `require` clauses that previously returned a string reason for failure have been updated to use **custom errors**, making debugging easier and more efficient.
- This upgrade provides a cleaner, more efficient error handling process and improves overall code structure without affecting backward compatibility.

- **Utility checker**:
- Add a new utility contract to check for freeze status, eligibility and compliance of an address for a token:
- Test if the transfer of tokens will fail
- Test the eligibility of an address for a token
- Test the compliance of an address for a token
- Test the freeze status of an address for a token

### Updated

- **Token Recovery Function**:
Expand Down

0 comments on commit 36d1555

Please sign in to comment.