Merge changesets for transparency improvements (#4165)

This commit is contained in:
Francisco
2023-04-05 17:20:34 -03:00
committed by GitHub
parent 31723ed608
commit cf86fd9962
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.