Skip to content

Commit

Permalink
changelog: Add entry about Host::call() / result fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 29, 2019
1 parent 18b10a5 commit 71abceb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 71abceb

Please sign in to comment.