From 60f5a33332ab030532f0c07835198f31b820577d Mon Sep 17 00:00:00 2001 From: sergerad Date: Sun, 18 Aug 2024 20:49:52 +1200 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4c11317..b1b8e4e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## 0.11.0 (TBD) +#### Enhancements + +- Updated `MastForest::read_from` to deserialize without computing node hashes unnecessarily (#1453). + +#### Changes + +- Added `new_unsafe()` constructors to MAST node types which do not compute node hashes (#1453). +- Consolidated `BasicBlockNode` constructors and converted assert flow to new error type `MastNodeError` (#1453). + ## 0.10.3 (2024-08-12) #### Enhancements