@@ -17,16 +17,16 @@ All notable changes to this project will be documented in this file. The format
1717
1818### Changed
1919
20- - ** BREAKING ** : Replace single factory with separate factories for each campaign type
20+ - ** Breaking ** : Replace single factory with separate factories for each campaign type
2121 ([ #70 ] ( https://github.com/sablier-labs/airdrops/pull/70 ) )
22- - ** BREAKING ** : Store fee as USD value instead of native token value
22+ - ** Breaking ** : Store fee as USD value instead of native token value
2323 ([ #68 ] ( https://github.com/sablier-labs/airdrops/pull/68 ) )
24- - ** BREAKING ** : Refactor existing ` Claim ` events ([ #163 ] ( https://github.com/sablier-labs/airdrops/pull/163 ) )
25- - ** BREAKING ** : Rename ` STREAM_START_TIME ` to ` VESTING_START_TIME ` in ` SablierMerkleLT `
24+ - ** Breaking ** : Refactor existing ` Claim ` events ([ #163 ] ( https://github.com/sablier-labs/airdrops/pull/163 ) )
25+ - ** Breaking ** : Rename ` STREAM_START_TIME ` to ` VESTING_START_TIME ` in ` SablierMerkleLT `
2626 ([ #125 ] ( https://github.com/sablier-labs/airdrops/pull/125 ) )
27- - ** BREAKING ** : Rename ` getTranchesWithPercentages ` to ` tranchesWithPercentages `
28- - ** BREAKING ** : Rename ` getFirstClaimTime() ` to ` firstClaimTime() `
29- - ** BREAKING ** : Refactor schedule struct into ` immutable ` variables in ` SablierMerkleLL `
27+ - ** Breaking ** : Rename ` getTranchesWithPercentages ` to ` tranchesWithPercentages `
28+ - ** Breaking ** : Rename ` getFirstClaimTime() ` to ` firstClaimTime() `
29+ - ** Breaking ** : Refactor schedule struct into ` immutable ` variables in ` SablierMerkleLL `
3030 ([ #125 ] ( https://github.com/sablier-labs/airdrops/pull/125 ) )
3131
3232### Added
@@ -44,7 +44,7 @@ All notable changes to this project will be documented in this file. The format
4444
4545### Removed
4646
47- - ** BREAKING ** : Remove ` collectFees() ` from campaign contracts (moved to factory)
47+ - ** Breaking ** : Remove ` collectFees() ` from campaign contracts (moved to factory)
4848
4949## [ 1.3.0] - 2025-01-29
5050
0 commit comments