This commit is contained in:
Francisco Giordano
2021-11-25 16:35:37 -03:00
parent 94a0b8f573
commit 4961a51cc7
138 changed files with 139 additions and 139 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 4.4.0
## 4.4.0 (2021-11-25)
* `Ownable`: add an internal `_transferOwnership(address)`. ([#2568](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2568))
* `AccessControl`: add internal `_grantRole(bytes32,address)` and `_revokeRole(bytes32,address)`. ([#2568](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2568))