mirror of https://github.com/status-im/evmc.git
changelog: Add entry about Host::call() / result fix
This commit is contained in:
parent
cd3a56ee29
commit
7bc0a916c9
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue