From b66fe1606a173f2b78694567b543d480cb39cfe4 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 27 Jul 2022 16:44:34 -0300 Subject: [PATCH] Update changelog (cherry picked from commit ffb0ae76e3ae5069bfb9f098c06605720e1458fa) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de5ada12f9..e213dd1bb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 4.7.2 * `LibArbitrumL2`, `CrossChainEnabledArbitrumL2`: Fixed detection of cross-chain calls for EOAs. Previously, calls from EOAs would be classified as cross-chain calls. ([#3578](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3578)) + * `GovernorVotesQuorumFraction`: Fixed quorum updates so they do not affect past proposals that failed due to lack of quorum. ([#3561](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3561)) + * `ERC165Checker`: Added protection against large returndata. ([#3587](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3587)) ## 4.7.1 (2022-07-19)