v1.10.0
The release includes the new constructor
syntax in Solidity (goodbye warnings 👋).
🎉 🎉 🎉
Changelog
- Updated contracts for Solidity 0.4.23 including the new
constructor
syntax (#921) - Added
renounceOwnership
toOwnable
(#907) - Added
Superuser
, an extension ofOwnable
with an emergency mechanism (#952, #978) - Added an
Ownable
"behavior" to test that your ownable contracts do not break the semantics (#929)