Add CHANGELOG entry

Changed: In `evmc_load_and_create()` the `error_code` is optional (can be `NULL`).
This commit is contained in:
Paweł Bylica 2019-06-03 14:55:19 +02:00
parent d88aa9ada4
commit 48c91a5bcb
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 0 deletions

View File

@ -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)]