diff --git a/.changeset/unlucky-beans-obey.md b/.changeset/unlucky-beans-obey.md index c679ad019ee..e472d3c6cb6 100644 --- a/.changeset/unlucky-beans-obey.md +++ b/.changeset/unlucky-beans-obey.md @@ -2,4 +2,4 @@ 'openzeppelin-solidity': patch --- -`ERC2771Context`: Return the forwarder address whenever the `msg.data` of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes). +`ERC2771Context`: Return the forwarder address whenever the `msg.data` of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. `msg.data.length` is less than 20 bytes), as specified by ERC-2771.