mirror of https://github.com/status-im/evmc.git
Update CHANGELOG
This commit is contained in:
parent
52e09fc523
commit
87fc46011d
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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].
|
||||
|
||||
## [7.1.0] — unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- Added `MockedHost` C++ class (in form of header-only `evmc::mocked_host` library)
|
||||
which can be used to emulate Host behavior when testing VM implementations.
|
||||
[#456](https://github.com/ethereum/evmc/pull/456)
|
||||
|
||||
|
||||
## [7.0.0] „Istanbul Ready” — 2019-11-11
|
||||
|
||||
This version of EVMC delivers compatibility with Istanbul EVM revision.
|
||||
|
@ -401,6 +410,7 @@ removed.
|
|||
[#52](https://github.com/ethereum/evmc/pull/52)
|
||||
|
||||
|
||||
[7.1.0]: https://github.com/ethereum/evmc/compare/v7.0.0...master
|
||||
[7.0.0]: https://github.com/ethereum/evmc/releases/tag/v7.0.0
|
||||
[6.3.1]: https://github.com/ethereum/evmc/releases/tag/v6.3.1
|
||||
[6.3.0]: https://github.com/ethereum/evmc/releases/tag/v6.3.0
|
||||
|
|
Loading…
Reference in New Issue