Remove date from changelog

This commit is contained in:
Francisco Giordano
2020-11-17 19:25:45 -03:00
parent 3debb8820e
commit fce2513827

View File

@ -1,6 +1,6 @@
# Changelog
## 3.3.0 (2020-11-17)
## 3.3.0
* `Address`: added `functionStaticCall` and `functionDelegateCall`, similar to the existing `functionCall`. ([#2333](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2333))
* `TimelockController`: added a contract to augment access control schemes with a delay. ([#2364](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2364))