changelog: Add entry about Host::call() / result fix

This commit is contained in:
Paweł Bylica 2019-04-29 15:45:48 +02:00
parent cd3a56ee29
commit 7bc0a916c9
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [6.2.1] - unreleased
- Fixed:
[[#256](https://github.com/ethereum/evmc/issues/256),
[#257](https://github.com/ethereum/evmc/issues/257)]
Disallow implicit conversion from C++ `evmc::result` to `evmc_result`
causing unintendent premature releasing of resources.
## [6.2.0] - 2019-04-25
- Added: [[#216](https://github.com/ethereum/evmc/pull/216)]