diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8309108c72..43db46ff59 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,7 @@ Test fixtures for use by clients are available for each release on the [Github r - ✨ Add tests for [EIP-7069: EOF - Revamped CALL instructions](https://eips.ethereum.org/EIPS/eip-7069) ([#595](https://github.com/ethereum/execution-spec-tests/pull/595)). - 🐞 Fix typos in self-destruct collision test from erroneous pytest parametrization ([#608](https://github.com/ethereum/execution-spec-tests/pull/608)). - ✨ Add tests for [EIP-3540: EOF - EVM Object Format v1](https://eips.ethereum.org/EIPS/eip-3540) ([#634](https://github.com/ethereum/execution-spec-tests/pull/634)). +- ✨ Add tests for [EIP-7620: EOF Contract Creation](https://eips.ethereum.org/EIPS/eip-7620) ([#532](https://github.com/ethereum/execution-spec-tests/pull/532), [#640](https://github.com/ethereum/execution-spec-tests/pull/640)). ### 🛠️ Framework