Add changesets for #4624 (#4635)

(cherry picked from commit 970a7184ad)
This commit is contained in:
Francisco
2023-09-28 18:29:50 -03:00
committed by Francisco Giordano
parent 621fc0fe99
commit 8f3f4f7f17
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
'openzeppelin-solidity': patch
---
`AccessManager`, `AccessManaged`, `GovernorTimelockAccess`: Ensure that calldata shorter than 4 bytes is not padded to 4 bytes.
pr: #4624

View File

@ -0,0 +1,6 @@
---
'openzeppelin-solidity': patch
---
`AccessManager`: Use named return parameters in functions that return multiple values.
pr: #4624