OpenZeppelin Contracts 3.3 is around the corner!
Here are the changelog entries:
- Now supports both Solidity 0.6 and 0.7. Compiling with solc 0.7 will result in warnings. Install the
solc-0.7
tag to compile without warnings. -
TimelockController
: added a contract to augment access control schemes with a delay. (#2354) -
Address
: addedfunctionStaticCall
andfunctionDelegateCall
, similar to the existingfunctionCall
. (#2333) -
EnumerableSet
: addedBytes32Set
, for sets ofbytes32
. (#2395)
The upgradeable and solc-0.7 variants will be released together with the final release at the end of the release candidate period in about a week.