add CHANGELOG entry for authenticated_nodes

This commit is contained in:
Qyriad 2025-05-09 16:50:31 +02:00
parent e52e6d2f53
commit 50ca16fab4

View file

@ -3,6 +3,8 @@
- Replace deprecated #[clap(...)] with #[command(...)] and #[arg(...)] (#413).
- Added default constructors to `MmrPeaks` and `PartialMmr` (#409).
- Add module and function documentation. (#408).
- 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)