⚠ BREAKING CHANGES
This release introduces the following two main breaking changes from PR #253
- Remove
ERC725XCore
andERC725YCore
contracts. - Remove
OwnableUnset
and useOwnableUpgradeable
from OpenZeppelin upgradable package.
Features
- Add internal
_setDataBatch(...)
function to prevent runningonlyOwner
modifier everytime on each iteration when overriding through inheritance (#250)