@@ -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.
-`AccessManager`: Use named return parameters in functions that return multiple values.
-`ERC2771Context` and `Context`: Introduce a `_contextPrefixLength()` getter, used to trim extra information appended to `msg.data`.
-`Multicall`: Make aware of non-canonical context (i.e. `msg.sender` is not `_msgSender()`), allowing compatibility with `ERC2771Context`.
-`AccessManager`: Make `schedule` and `execute` more conservative when delay is 0.