Add changelog item

This commit is contained in:
Alex Beregszaszi 2019-08-21 15:44:16 +02:00
parent 0d53dfa8bc
commit f2260591f2
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning].
### Added
- Support for Istanbul CHAINID opcode. `chain_id` added to `evmc_tx_context` struct.
- Support for Istanbul EIP-1344 (CHAINID opcode). `chain_id` added to `evmc_tx_context` struct.
[[#375](https://github.com/ethereum/evmc/pull/375)]
- Support for Istanbul EIP-1884 (Repricing for trie-size-dependent opcodes).
[[#372](https://github.com/ethereum/evmc/pull/372)]
- The **Berlin** EVM revision has been added.
[[#407](https://github.com/ethereum/evmc/pull/407)]