From b7703395adb74bb4630e04e21f4c7f8a03b3af7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 5 Nov 2019 13:27:35 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f42d7dac..e6fadd364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning]. [[#372](https://github.com/ethereum/evmc/pull/372)] - The **Berlin** EVM revision has been added. [[#407](https://github.com/ethereum/evmc/pull/407)] +- In C++ API, an overload for `VM::execute()` has been added that omits + the Host context and interface parameters. This is useful for Precompiles VMs + that do not interact with the Host. + [[#302](https://github.com/ethereum/evmc/pull/302)] ### Changed