changelog: Add entry about Rust

This commit is contained in:
Alex Beregszaszi 2019-04-24 14:58:11 +01:00
parent 519196c1aa
commit 0d8e76a365
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
to be used by VM implementations.
- Deprecated: [[#196](https://github.com/ethereum/evmc/pull/196)]
The `EVMC_CONSTANTINOPLE2` revision name is deprecated, replaced with `EVMC_PETERSBURG`.
- Added: [[#201](https://github.com/ethereum/evmc/pull/201), [#202](https://github.com/ethereum/evmc/pull/202), [#233](https://github.com/ethereum/evmc/pull/233)]
Initial and rough bindings for Rust. It is possible to implement an
EVMC VM in Rust utilising some helpers.
## [6.1.1] - 2019-02-13