Changelog: Add 2 missing entries

This commit is contained in:
Paweł Bylica 2019-01-21 14:41:59 +01:00
parent c9fac623d3
commit 9478acee14
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## [6.1.0-dev] - unreleased
- Added: [[#174](https://github.com/ethereum/evmc/pull/174)]
The **Istanbul** EVM revision.
- Added: [[#182](https://github.com/ethereum/evmc/pull/182)]
The `is_zero()` C++ helper for basic data types.
- Deprecated: [[#184](https://github.com/ethereum/evmc/pull/184)]
The `EVMC_LATEST_REVISION` is deprecated, replaced with `EVMC_MAX_REVISION`.