Add CHANGELOG entry about the fix in loader

This commit is contained in:
Paweł Bylica 2019-05-30 14:25:55 +02:00
parent 7b02081f2e
commit b0133730be
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
[[#261](https://github.com/ethereum/evmc/issues/261),
[#263](https://github.com/ethereum/evmc/pull/263)]
The `vmtester` tool now builds with MSVC with `/std:c++17`.
- Fixed:
[[#305](https://github.com/ethereum/evmc/issues/305),
[#306](https://github.com/ethereum/evmc/pull/306)]
A loaded VM with incompatible ABI version is not properly destroyed.
## [6.2.2] - 2019-05-16