Skip to content

Commit 64a71c9

Browse files
committed
changelog
1 parent 7b6d8c4 commit 64a71c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1414

1515
### Changed
1616
- Fixed deployment of SimpleForwarder (solved an issue which caused batch operation `OPERATION_TYPE_SIMPLE_FORWARD_CALL` to always revert)
17-
- `SuperTokenV1Library.distributeFlow`: return `actualFlowRate`
18-
- `SuperTokenV1Library.distribute`: return `actualAmount`
1917
- `SuperTokenV1Library.getFlowRate` and `SuperTokenV1Library.getFlowInfo` now also allow querying the flowrate between pools and pool members.
2018

19+
### Breaking
20+
- `SuperTokenV1Library.distributeFlow`: return `actualFlowRate` instead of a bool
21+
- `SuperTokenV1Library.distribute`: return `actualAmount` instead of a bool
22+
2123
## [v1.12.0]
2224

2325
### Added

0 commit comments

Comments
 (0)