Merge changesets for transparency improvements (#4165)

(cherry picked from commit cf86fd9962)
This commit is contained in:
Francisco
2023-04-05 17:20:34 -03:00
committed by Francisco Giordano
parent c01ea99123
commit db9ee953a1
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`TransparentUpgradeableProxy`: support value passthrough for all ifAdmin function.

View File

@ -2,4 +2,4 @@
'openzeppelin-solidity': patch
---
`TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata.
`TransparentUpgradeableProxy`: Fix transparency in case of selector clash with non-decodable calldata or payable mutability.