Changelog: Add entry about C++ wrappers

This commit is contained in:
Paweł Bylica 2019-01-24 14:06:48 +01:00
parent 600143690e
commit 4aebffc8bb
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
The `is_zero()` C++ helper for basic data types.
- Added: [[#186](https://github.com/ethereum/evmc/pull/186)]
Reserved the post-Constantinople EVM revision number.
- Added: [[#187](https://github.com/ethereum/evmc/pull/187)]
C++ wrappers for VM and execution result objects.
- Deprecated: [[#184](https://github.com/ethereum/evmc/pull/184)]
The `EVMC_LATEST_REVISION` is deprecated, replaced with `EVMC_MAX_REVISION`.