From 48c91a5bcb53ad4c678ccf71e77f41c7a403b900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 3 Jun 2019 14:55:19 +0200 Subject: [PATCH] Add CHANGELOG entry Changed: In `evmc_load_and_create()` the `error_code` is optional (can be `NULL`). --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e058137..2fb192d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)]