diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7928b..067ef47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.15.0 (TBD) - Added default constructors to `MmrPeaks` and `PartialMmr` (#409). +- Renamed `MerklePath::inner_nodes()` to `authenticated_nodes()` to better reflect its functionality (#415). +- Added `compute_root()`, `verify()`, and `authenticated_nodes()` to `SparseMerklePath` for parity with `MerklePath` (#415). ## 0.14.0 (2025-03-15)