changelog: Add entry about rename of result::raw()

This commit is contained in:
Paweł Bylica 2019-05-15 16:55:40 +02:00
parent 594da7553e
commit 3ffadec2c7
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## [6.3.0] - unreleased
- Changed: [[#293](https://github.com/ethereum/evmc/pull/293)]
In C++ API `evmc::result::raw()` renamed to `evmc::result::release_raw()`.
- Fixed:
[[#261](https://github.com/ethereum/evmc/issues/261),
[#263](https://github.com/ethereum/evmc/pull/263)]