mirror of https://github.com/status-im/evmc.git
Add CHANGELOG entry
Changed: In `evmc_load_and_create()` the `error_code` is optional (can be `NULL`).
This commit is contained in:
parent
d88aa9ada4
commit
48c91a5bcb
|
@ -4,6 +4,8 @@
|
|||
|
||||
- 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)]
|
||||
In `evmc_load_and_create()` the `error_code` is optional (can be `NULL`).
|
||||
- Fixed:
|
||||
[[#261](https://github.com/ethereum/evmc/issues/261),
|
||||
[#263](https://github.com/ethereum/evmc/pull/263)]
|
||||
|
|
Loading…
Reference in New Issue