Remove changesets already included in CHANGELOG (#4805)
This commit is contained in:
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`AccessManager`, `AccessManaged`, `GovernorTimelockAccess`: Ensure that calldata shorter than 4 bytes is not padded to 4 bytes.
|
|
||||||
pr: #4624
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Upgradeable Contracts: No longer transpile interfaces, libraries, and stateless contracts.
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`AccessManager`: Use named return parameters in functions that return multiple values.
|
|
||||||
pr: #4624
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`ERC2771Context` and `Context`: Introduce a `_contextPrefixLength()` getter, used to trim extra information appended to `msg.data`.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`Multicall`: Make aware of non-canonical context (i.e. `msg.sender` is not `_msgSender()`), allowing compatibility with `ERC2771Context`.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'openzeppelin-solidity': major
|
|
||||||
---
|
|
||||||
|
|
||||||
`AccessManager`: Make `schedule` and `execute` more conservative when delay is 0.
|
|
||||||
Reference in New Issue
Block a user