From 25cc44c16b3fc0c31f592ec9d17ff9a58003f747 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Fri, 13 Sep 2024 23:10:57 +0000 Subject: [PATCH] changelog --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 084aa7cfe3..d29071f4c5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -40,6 +40,7 @@ Test fixtures for use by clients are available for each release on the [Github r - ✨ Improves consume input flags for develop and stable fixture releases, fixes `--help` flag for consume ([#745](https://github.com/ethereum/execution-spec-tests/pull/745)). - 🐞 Fix erroneous fork message in pytest session header with development forks ([#806](https://github.com/ethereum/execution-spec-tests/pull/806)). - 🐞 Fix `Conditional` code generator in EOF mode ([#821](https://github.com/ethereum/execution-spec-tests/pull/821)) +- ✨ Added `execute` command, which allows running tests on a live network (see [documentation](https://ethereum.github.io/execution-spec-tests/main/executing_tests/) for more information) ([#686](https://github.com/ethereum/execution-spec-tests/pull/686)). ### 🔧 EVM Tools