From 0758daa7892b96414e382a58b02e41bad8e8c881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Sun, 10 Nov 2019 10:26:22 +0100 Subject: [PATCH] Mention recent C++ API tweaks in CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6440b0..3c61dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,11 @@ and this project adheres to [Semantic Versioning]. [[#442](https://github.com/ethereum/evmc/pull/442)] - In the Rust bindings make `ExecutionContext` optional within `execute`. [[#350](https://github.com/ethereum/evmc/pull/350)] +- A set of small improvements to C++ API + [[#445](https://github.com/ethereum/evmc/pull/445), + [#449](https://github.com/ethereum/evmc/pull/449), + [#451](https://github.com/ethereum/evmc/pull/451)] + ## [6.3.1] - 2019-08-19