v1.9.0
The release includes the new emit
keyword in Solidity, some new functionality, and other enhancements. Thanks everyone for participating!
🎉 🎉 🎉
Changelog
- 🎀 Updated our contracts for Solidity 0.4.21, including the new
emit
keyword (#876) - 🔥 Added
StandardBurnableToken
with aburnFrom
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)