Add changelog entry for TimelockController

This commit is contained in:
Francisco Giordano
2020-10-05 16:26:41 -03:00
parent d1c121b599
commit 08dfaab829

View File

@ -3,6 +3,7 @@
## 3.3.0 (unreleased) ## 3.3.0 (unreleased)
* `Address`: added `functionStaticCall` and `functionDelegateCall`, similar to the existing `functionCall`. ([#2333](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2333)) * `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))
## 3.2.0 (2020-09-10) ## 3.2.0 (2020-09-10)