Skip to content

Commit

Permalink
changelog: Add entry about EVMC C++ basic types
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 22, 2019
1 parent 2ad4eb9 commit e85c1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
Full support for 32-bit architectures has been added.
- Added: [[#341](https://github.com/ethereum/evmc/pull/341)]
Support for moving `evmc::vm` objects in C++ API.
- Added: [[#357](https://github.com/ethereum/evmc/pull/357)]
The basic types `address` and `bytes32` have received their C++ wrappers
to assure they are always initialized. They also have convenient operator
overloadings for comparison and usage as keys in standard containers.
- Changed: [[#293](https://github.com/ethereum/evmc/pull/293)]
In C++ API `evmc::result::raw()` renamed to `evmc::result::release_raw()`.
- Changed: [[#311](https://github.com/ethereum/evmc/pull/311)]
Expand Down

0 comments on commit e85c1c1

Please sign in to comment.