github OpenZeppelin/openzeppelin-contracts v1.4.0

latest releases: v5.0.2, v4.9.6, v4.9.5...
6 years ago

Thanks to all members of the community that contributed to this release! 🎉 🚀

Changelog

  • 🆕 Added TokenVesting which implements vesting of tokens. It replaces the old VestedToken with a more modular approach. (#476)
  • 🆕 Added SplitPayment which implements distributing payments to multiple people proportionally to shares. (#417)
  • 🆕 Added DetailedERC20 which adds to a token state variables with the optional ERC20 metadata. (#477)
  • 🆕 Added CappedToken which is a MintableToken with capped supply. (#515)
  • Made MintableToken's finishMinting executable only once. (#505)
  • Upgraded to Truffle 4.0.1 and Solidity 0.4.18. (#573, #460, #576, #506)
  • Removed deprecated claim() from TokenTimelock. (#469)

And some additional changes to code style, tests, documentation and continuous integration.

Don't miss a new openzeppelin-contracts release

NewReleases is sending notifications on new releases.