Skip to content

Commit 45fbbd8

Browse files
committed
updated changelog
1 parent 2bf628a commit 45fbbd8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ All notable changes to the ethereum-contracts will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [unreleased]
6+
## [v1.13.0]
77

88
### Added
99
- `SuperToken` now implements [EIP-2612](https://eips.ethereum.org/EIPS/eip-2612) (permit extension for EIP-20 signed approvals)
1010

11+
- `SuperToken` now implements [EIP-2612](https://eips.ethereum.org/EIPS/eip-2612) (permit extension for EIP-20 signed approvals).
12+
- `SuperfluidPool` now has additional methods `increaseMemberUnits` and `decreaseMemberUnits` which allow the pool admin to change member units parameterized with delta amounts.
13+
14+
### Breaking
15+
- `SuperfluidPool` does no longer mint and burn EIP-721 tokens (NFTs) on member unit updates. The gas overhead of this operation caused friction for integrations with other protocols (e.g. Uniswap V4).
16+
1117
## [v1.12.1]
1218

1319
### Added

0 commit comments

Comments
 (0)