add CHANGELOG entry for authenticated_nodes
This commit is contained in:
parent
b95fad0be3
commit
9606b37566
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
## 0.15.0 (TBD)
|
## 0.15.0 (TBD)
|
||||||
|
|
||||||
- Added default constructors to `MmrPeaks` and `PartialMmr` (#409).
|
- 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)
|
## 0.14.0 (2025-03-15)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue