Skip to content
Prev Previous commit
Next Next commit
adjust changeset
  • Loading branch information
frangio committed Aug 4, 2023
commit ecd30f6972e66cca429e5d038f5a4a63c2f20b0b
2 changes: 1 addition & 1 deletion .changeset/healthy-gorillas-applaud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': major
---

`VestingWallet`: Use Ownable2Step instead of an immutable `beneficiary`. The initial owner is set to the benefactor (`msg.sender`) but transferred to the beneficiary address so that unclaimed tokens can be recovered by the benefactor.
`VestingWallet`: Use `Ownable` instead of an immutable `beneficiary`.