Skip to content

Commit ad0b44f

Browse files
authored
Update CHANGELOG (#205)
1 parent 48ec526 commit ad0b44f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 09-08-2025
2+
3+
- `ZKEmailUtils`: Simplify library implementation and remove `Verifier.sol` indirection for cleaner integration with a Groth16Verifier.
4+
5+
## 24-07-2025
6+
7+
- `ERC7786Receiver`: Rename `executeMessage` to `receiveMessage` to align with ERC-7786 specification, remove `attributes` parameter for simplified message handling.
8+
9+
## 22-07-2025
10+
11+
- `WebAuthn`: Replace `verifyMinimal` with `verify` as the standard method, add `verify(challenge, auth, qx, qy, requireUV)` variant for UV flag control, improve backup eligibility/state validation, and make authenticator data flags constants internal for better accessibility.
12+
13+
## 21-07-2025
14+
15+
- Remove `ERC20Bridgeable`. Migrated to `@openzeppelin/contracts>=5.4.0`.
16+
17+
## 19-07-2025
18+
19+
- Remove `Account`, `AccountERC7579`, `AccountERC7579Hooked`, `ERC7812`, `ERC7739Utils`, `ERC7913Utils`, `AbstractSigner`, `SignerECDSA`, `SignerP256`, `SignerRSA`, `SignerERC7702`, `SignerERC7913`, `MultiSignerERC7913`, `MultiSignerERC7913Weighted`, `ERC7913P256Verifier`, `ERC7913PRSAVerifier`. These contracts were migrated to `@openzeppelin/contracts>=5.4.0`.
20+
21+
## 11-07-2025
22+
23+
- `IERC7943`: Add interface for uRWAs (ERC-7943) supporting frozen tokens, forced transfers, and compliance features.
24+
125
## 16-07-2025
226

327
- `ERC7913WebAuthnVerifier`: Add an ERC-7913 signature verifier that supports WebAuthn authentication assertions using P256 keys.

0 commit comments

Comments
 (0)