changelog: Add entry about added 32-bit architecture support

This commit is contained in:
Paweł Bylica 2019-06-25 11:30:44 +02:00
parent 5af66f2b4d
commit 4a8de9e117
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -8,6 +8,8 @@
E.g. `./modules/vm.so,engine=compiler,trace,verbosity=2`.
A VM can be loaded, created and configured atomically with
new `evmc_load_and_configure()` function.
- Added: [[#327](https://github.com/ethereum/evmc/pull/327)]
Full support for 32-bit architectures has been added.
- 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)]