From 64830936e0b4b5b4cd95d123ea5798011b1c9769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 3 Jul 2019 19:07:06 +0200 Subject: [PATCH] changelog: Add entry about moving API for evmc::vm --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d5e50..89a0677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ new `evmc_load_and_configure()` function. - Added: [[#327](https://github.com/ethereum/evmc/pull/327)] Full support for 32-bit architectures has been added. +- Added: [[#341](https://github.com/ethereum/evmc/pull/341)] + Support for moving `evmc::vm` objects in C++ API. - 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)]