Skip to content

Commit

Permalink
docs: Update changelog for v2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Jan 29, 2024
1 parent c6ebfc5 commit ac35bb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@ Test fixtures for use by clients are available for each release on the [Github r

**Key:** ✨ = New, 🐞 = Fixed, 🔀 = Changed, 💥 = Breaking change.

## [v2.0.1](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.1) - 20XX-XX-XX: Unreleased
## [v2.0.2](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.2) - 202X-XX-XX: Untitled Release

### 🧪 Test Cases

### 🛠️ Framework

- 🐞 State tests generated with transition forks no longer use the transition fork name in the fixture output, instead they use the actual enabled fork according to the state test's block number and timestamp ([#406](https://github.com/ethereum/execution-spec-tests/pull/406)).

### 📋 Misc

### 💥 Breaking Changes

## [v2.0.1](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.1) - 2024-01-29: 🐍🏖️ Cancun

Release [v2.0.1](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.1) fixes a small bug introduced within the previous release where transition forks are used within the new `StateTest` format. This was highlighted by @chfast within #405 (https://github.com/ethereum/execution-spec-tests/issues/405), where the fork name `ShanghaiToCancunAtTime15k` was found within the state tests.

The framework PR below for the bug fix was added by @marioevz.

### 🛠️ Framework

- 🐞 State tests generated with transition forks no longer use the transition fork name in the fixture output, instead they use the actual enabled fork according to the state test's block number and timestamp ([#406](https://github.com/ethereum/execution-spec-tests/pull/406)).

## [v2.0.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.0) - 2024-01-25: 🐍🏖️ Cancun

Release [v2.0.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v2.0.0) contains many important framework changes, including introduction of the `StateTest` format, and some additional Cancun and other test coverage.
Expand Down
1 change: 1 addition & 0 deletions whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cancun
cd
chainid
changelog
chfast
classdict
cli2
codeAddr
Expand Down

0 comments on commit ac35bb2

Please sign in to comment.