diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a57543ab643e..eba276c44f576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,4 +28,4 @@ To use the latest pinned nightly on your CI, modify your Foundry installation st - expectRevert will now work if the next call does revert, instead of expecting a revert during the whole test. - [precompiles will not be compatible with all cheatcodes](https://github.com/foundry-rs/foundry/pull/4905). - The difficulty and prevrandao cheatcodes now [fail if not used with the correct EVM version](https://github.com/foundry-rs/foundry/pull/4904). -- The default EVM version will be Shanghai. If you're using an EVM chain which is not compatible with [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) you need to change your EVM version. See [Matt Solomon's thread](https://twitter.com/msolomon44) for more information. \ No newline at end of file +- The default EVM version will be Shanghai. If you're using an EVM chain which is not compatible with [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) you need to change your EVM version. See [Matt Solomon's thread](https://twitter.com/msolomon44/status/1656411871635972096) for more information.