Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 11:53
· 2 commits to develop since this release
195ac5f

⚠ BREAKING CHANGES

This release introduces the following two main breaking changes from PR #253

  • Remove ERC725XCore and ERC725YCore contracts.
  • Remove OwnableUnset and use OwnableUpgradeable from OpenZeppelin upgradable package.

Features

  • Add internal _setDataBatch(...) function to prevent running onlyOwner modifier everytime on each iteration when overriding through inheritance (#250)