What's Changed
- fix: augment PieceAggregateCommP to return the resulting aggregate size by @ribasushi in #18
Note that this is a breaking change but is being treated as a fix, hence avoiding the semver-major bump. PieceAggregateCommP
now returns 3 arguments rather than 2 to provide access to the calculated size.
Full Changelog: v2.0.1...v2.1.0