Skip to content

v1.9.0

Compare
Choose a tag to compare
@frangio frangio released this 27 Apr 15:51
· 2584 commits to master since this release

⚠️ Beginning with this release we're renaming the npm package to openzeppelin-solidity. Make sure to update your dependencies!

The release includes the new emit keyword in Solidity, some new functionality, and other enhancements. Thanks everyone for participating!

🎉 🎉 🎉

Changelog

v1.8.0...v1.9.0

  • 🎀 Updated our contracts for Solidity 0.4.21, including the new emit keyword (#876)
  • 🔥 Added StandardBurnableToken with a burnFrom function (#870)
  • 👩‍🏫 Changed MerkleProof interface slightly (#879)
  • 👮‍♀️ Removed admin functionality from RBAC (#836)
  • 📝 Changes to ERC827 (#871, #838)
  • 🔧 Cleaned up the npm package files and dependencies (#843, #904)