File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/ethereum-contracts Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments