Skip to content

Commit

Permalink
Merge pull request #607 from ethereum/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG for 9.0.0 release
  • Loading branch information
chfast authored Jun 30, 2021
2 parents 0e6081a + a4b52a7 commit c6f8f51
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,26 @@ and this project adheres to [Semantic Versioning].
- Support for **London** [EIP-3198](https://eips.ethereum.org/EIPS/eip-3198):
`block_base_fee` member added to `evmc_tx_context`,
`BASEFEE` instruction added.
[#603](https://github.com/ethereum/evmc/pull/603)

- Added **Shanghai** EVM revision.
[#604](https://github.com/ethereum/evmc/pull/604)

- Added [`EVMC_LATEST_STABLE_REVISON`](https://evmc.ethereum.org/group__EVMC.html#ggae5759b1590071966ccf6a505b52a0ef7a0dd8bdd55816359290e8fb8648aeb03e):
alias for the latest known EVM revision with finalized specification.
[#605](https://github.com/ethereum/evmc/pull/605)

- The `--bench` flag has been added to `evmc run` to more precisely measure execution time.
[#598](https://github.com/ethereum/evmc/pull/598)

- Output stream operators and `to_string()` overloads for EVMC types
`evmc_revision` and `evmc_status_code` are now part of public C and C++ API.
[#599](https://github.com/ethereum/evmc/pull/599)

### Changed

- Adjustments to `evmc::mocked_host`: storage changes to non-existent keys are now preserved.
[#594](https://github.com/ethereum/evmc/pull/594)

## [8.0.0] — 2021-04-27

Expand Down

0 comments on commit c6f8f51

Please sign in to comment.