Skip to content

Commit

Permalink
add Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Oct 6, 2021
1 parent c3e46d1 commit 4bf09eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
* `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))
* `AccessControl`: mark `_setupRole(bytes32,address)` as deprecated in favor of `_grantRole(bytes32,address)`. ([#2568](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/#2568))
* `EIP712`: cache `address(this)` to immutable storage to avoid potential issues if a vanila contract is used in an upgradeable context. ([#2852](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/#2852))

## 4.3.2 (2021-09-14)

Expand Down

0 comments on commit 4bf09eb

Please sign in to comment.