@@ -12,10 +12,13 @@ All notable changes to this project will be documented in this file. The format
1212
1313- ** BREAKING** : Replace single factory with separate factories for each campaign type
1414 ([ #70 ] ( https://github.com/sablier-labs/airdrops/pull/70 ) )
15- - ** BREAKING** : Store the fee in USD value instead of native token value
15+ - ** BREAKING** : Store fee as USD value instead of native token value
1616 ([ #68 ] ( https://github.com/sablier-labs/airdrops/pull/68 ) )
17- - Change the schedule state variables to ` immutable ` ([ #125 ] ( https://github.com/sablier-labs/airdrops/pull/125 ) )
18- - Rename the variables to include the ` VESTING ` prefix
17+ - Refactor existing ` Claim ` events ([ #163 ] ( https://github.com/sablier-labs/airdrops/pull/163 ) )
18+ - Refactor schedule struct into ` immutable ` variables in ` SablierMerkleLL `
19+ ([ #125 ] ( https://github.com/sablier-labs/airdrops/pull/125 ) )
20+ - Rename ` STREAM_START_TIME ` to ` VESTING_START_TIME ` in ` SablierMerkleLT `
21+ ([ #125 ] ( https://github.com/sablier-labs/airdrops/pull/125 ) )
1922- Rename ` getTranchesWithPercentages ` to ` tranchesWithPercentages `
2023- Rename ` getFirstClaimTime() ` to ` firstClaimTime() `
2124
@@ -25,13 +28,12 @@ All notable changes to this project will be documented in this file. The format
2528- Add ` SablierMerkleVCA ` contract ([ #58 ] ( https://github.com/sablier-labs/airdrops/pull/58 ) )
2629- Add ` EIP-712 ` and ` EIP-1271 ` signature support for claiming airdrops
2730 ([ #160 ] ( https://github.com/sablier-labs/airdrops/pull/160 ) )
28- - Add ability to claim airdrops to a third-party address ([ #152 ] ( https://github.com/sablier-labs/airdrops/pull/152 ) )
31+ - Claim airdrops to a third-party address ([ #152 ] ( https://github.com/sablier-labs/airdrops/pull/152 ) )
2932- Add campaign start time parameter ([ #157 ] ( https://github.com/sablier-labs/airdrops/pull/157 ) )
30- - Add one more claim event ([ #163 ] ( https://github.com/sablier-labs/airdrops/pull/163 ) )
33+ - Add new ` Claim ` events ([ #163 ] ( https://github.com/sablier-labs/airdrops/pull/163 ) )
3134- Add function to get stream IDs associated with airdrop claims
3235 ([ #72 ] ( https://github.com/sablier-labs/airdrops/pull/72 ) )
33- - Add direct token transfer when claimed after vesting end time
34- ([ #77 ] ( https://github.com/sablier-labs/airdrops/pull/77 ) )
36+ - Transfer tokens directly if claimed after vesting end time ([ #77 ] ( https://github.com/sablier-labs/airdrops/pull/77 ) )
3537
3638### Removed
3739
0 commit comments