diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeae1e18..51fe5a1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0] - 2022-07-04 ### Added - Added option to encode/decode exceptions to rollup-memory-range.lua @@ -16,11 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed HTIF iconsole read from machine state - Fixed cartesi/grpc.so so it can be loaded without cartesi.so - Fix mcycle display when printing final hash after step in cartesi-machine.lua -- Fix cartesi.proof.word_splice_assert to check for old word value +- Fix cartesi.proof.word\_splice\_assert to check for old word value - Remove derived mtime and msip from CLINT peek returns so they are not reflected in Merkle tree -- Fix clua_check_cm_merkle_tree_proof garbage in Lua stack after return -- Fix clua_check_cm_access_log to save log_type -- Fix dump_pmas() to write pristine pages to PMA files +- Fix clua\_check\_cm\_merkle\_tree\_proof garbage in Lua stack after return +- Fix clua\_check\_cm\_access\_log to save log\_type +- Fix dump\_pmas() to write pristine pages to PMA files - Fix verify workflow on CI - Fixed link warning on MacOSX @@ -36,8 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated clang-format version to 14 - Updated clang-tidy version to 14 - Updated libboost version to 1.74 -- Improved clua_dumpstack to limit size of diplayed string data and to escape unprintable chars -- Improved machine_merkle_tree::dump_merkle_tree() to indent and print base address of each node +- Improved clua\_dumpstack to limit size of diplayed string data and to escape unprintable chars +- Improved machine\_merkle\_tree::dump\_merkle\_tree() to indent and print base address of each node - Removed active epoch index parameter from server-manager InspectRequest GRPC interface - Test rollup-init error handling in server-manager tests