Update CHANGELOG

This commit is contained in:
Paweł Bylica 2019-11-21 17:28:10 +01:00
parent 52e09fc523
commit 87fc46011d
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 10 additions and 0 deletions

View File

@ -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