Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 20, 2023
1 parent 2c7416c commit f376ebc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ Documentation of all notable changes to the **EVMC** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [11.0.0] — unreleased

### Added

- Extended `tx_context` with [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) blob hashes
[#691](https://github.com/ethereum/evmc/pull/691)
- Added [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) transient storage support
[#693](https://github.com/ethereum/evmc/pull/693)

## [10.1.0] — 2023-04-22

### Added
Expand Down Expand Up @@ -683,6 +692,7 @@ removed.
[#52](https://github.com/ethereum/evmc/pull/52)


[11.0.0]: https://github.com/ethereum/evmc/compare/v10.1.0..master
[10.1.0]: https://github.com/ethereum/evmc/releases/tag/v10.1.0
[10.0.0]: https://github.com/ethereum/evmc/releases/tag/v10.0.0
[9.0.0]: https://github.com/ethereum/evmc/releases/tag/v9.0.0
Expand Down

0 comments on commit f376ebc

Please sign in to comment.