From d967dad80cea5971430536824c27177f08862192 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Mon, 1 Apr 2024 23:38:29 +0000 Subject: [PATCH] changelog --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fed9e591fd..8594f63deb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,6 +12,7 @@ Test fixtures for use by clients are available for each release on the [Github r - 🐞 Fix incorrect `!=` operator for `FixedSizeBytes` ([#477](https://github.com/ethereum/execution-spec-tests/pull/477)). - ✨ Add Macro enum that represents byte sequence of Op instructions ([#457](https://github.com/ethereum/execution-spec-tests/pull/457)) +- ✨ Number of parameters used to call opcodes (to generate bytecode) is now checked ([#492](https://github.com/ethereum/execution-spec-tests/pull/492)). ### 🔧 EVM Tools