Browse Source

Remove changesets already included in CHANGELOG (#4805)

Ernesto García 1 year ago
parent
commit
e70a0118ef

+ 0 - 6
.changeset/dull-ghosts-sip.md

@@ -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

+ 0 - 5
.changeset/grumpy-poets-rush.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': major
----
-
-Upgradeable Contracts: No longer transpile interfaces, libraries, and stateless contracts.

+ 0 - 6
.changeset/purple-squids-attend.md

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

+ 0 - 5
.changeset/rude-weeks-beg.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': patch
----
-
-`ERC2771Context` and `Context`: Introduce a `_contextPrefixLength()` getter, used to trim extra information appended to `msg.data`.

+ 0 - 5
.changeset/strong-points-invent.md

@@ -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`.

+ 0 - 5
.changeset/thirty-drinks-happen.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': major
----
-
-`AccessManager`: Make `schedule` and `execute` more conservative when delay is 0.