Skip to content

Commit c39e2c8

Browse files
committed
Add CHANGELOG.md
1 parent e3406d8 commit c39e2c8

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
@@ -0,0 +1,24 @@
1+
## 15-10-2024
2+
3+
* `ERC20Collateral`: Extension of ERC-20 that limits the supply of tokens based on a collateral and time-based expiration.
4+
5+
## 10-10-2024
6+
7+
* `ERC20Allowlist`: Extension of ERC-20 that implements an allow list to enable token transfers, disabled by default.
8+
* `ERC20Blocklist`: Extension of ERC-20 that implements a block list to restrict token transfers, enabled by default.
9+
* `ERC20Custodian`: Extension of ERC-20 that allows a custodian to freeze user's tokens by a certain amount.
10+
11+
## 03-10-2024
12+
13+
* `OnTokenTransferAdapter`: An adapter that exposes `transferAndCall` on top of an ERC-1363 receiver.
14+
15+
## 15-05-2024
16+
17+
* `HybridProxy`: Add a proxy contract that can either use a beacon to retrieve the implementation or fallback to an address in the ERC-1967's implementation slot.
18+
19+
## 11-05-2024
20+
21+
* `AccessManagerLight`: Add a simpler version of the `AccessManager` in OpenZeppelin Contracts.
22+
* `ERC4626Fees`: Extension of ERC-4626 that implements fees on entry and exit from the vault.
23+
* `Masks`: Add library to handle `bytes32` masks.
24+

0 commit comments

Comments
 (0)