Skip to content

Commit 8fefbcf

Browse files
committed
feat(docs): changelog entry for EEST versioning and release CI.
1 parent f685b90 commit 8fefbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Test fixtures for use by clients are available for each release on the [Github r
1818
- ✨ Improve handling of the argument passed to `solc --evm-version` when compiling Yul code ([#418](https://github.com/ethereum/execution-spec-tests/pull/418)).
1919
- 🐞 Fix `fill -m yul_test` which failed to filter tests that are (dynamically) marked as a yul test ([#418](https://github.com/ethereum/execution-spec-tests/pull/418)).
2020
- 🔀 Helper methods `to_address`, `to_hash` and `to_hash_bytes` have been deprecated in favor of `Address` and `Hash`, which are automatically detected as opcode parameters and pushed to the stack in the resulting bytecode ([#422](https://github.com/ethereum/execution-spec-tests/pull/422)).
21+
- ✨ Add framework versioning CLI, and `_info` section to fixtures ([#443](https://github.com/ethereum/execution-spec-tests/pull/443)).
22+
- ✨ Create post release github actions workflow, to automate changes required after a release is published ([#443](https://github.com/ethereum/execution-spec-tests/pull/443)).
2123

2224
### 🔧 EVM Tools
2325

0 commit comments

Comments
 (0)