File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ The format is based on [Common Changelog](https://common-changelog.org/).
2626
2727### Changed
2828
29- - ** Breaking:** Refactor ` SablierLockup ` contract into model-specific abstract contracts
29+ - ** Breaking:** Rename ` aggregateBalance ` to ` aggregateAmount `
30+ ([ #1228 ] ( https://github.com/sablier-labs/lockup/pull/1228 ) )
31+ - Refactor ` SablierLockup ` contract into model-specific abstract contracts
3032 ([ #1261 ] ( https://github.com/sablier-labs/lockup/pull/1261 ) )
3133- Refactor ` DataTypes ` into separate type files ([ #1261 ] ( https://github.com/sablier-labs/lockup/pull/1261 ) )
3234 - ` DataTypes ` is kept for backward compatibility and will be deprecated in the future versions.
@@ -35,7 +37,6 @@ The format is based on [Common Changelog](https://common-changelog.org/).
3537- Rename ` VestingMath ` library to ` LockupMath `
3638- Rename ` SablierLockupBase ` to ` SablierLockupState ` ([ #1247 ] ( https://github.com/sablier-labs/lockup/pull/1247 ) )
3739- Make ` cancelMultiple ` non-reverting ([ #1173 ] ( https://github.com/sablier-labs/lockup/pull/1173 ) )
38- - Rename ` aggregateBalance ` to ` aggregateAmount ` ([ #1228 ] ( https://github.com/sablier-labs/lockup/pull/1228 ) )
3940- Bump Solidity compiler to 0.8.29 ([ #1207 ] ( https://github.com/sablier-labs/lockup/pull/1207 ) )
4041- Bump ` @openzeppelin/contracts ` from 5.0.2 to 5.3.0
4142
You can’t perform that action at this time.
0 commit comments