Skip to content

Commit d088220

Browse files
committed
docs: update changelog for v3.0.0
1 parent 4068680 commit d088220

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)