chore: update changelog
This commit is contained in:
parent
58d173ef7b
commit
117813f48d
1 changed files with 2 additions and 3 deletions
|
@ -2,17 +2,16 @@
|
||||||
|
|
||||||
- [BREAKING] Increment minimum supported Rust version to 1.84.
|
- [BREAKING] Increment minimum supported Rust version to 1.84.
|
||||||
- Removed duplicated check in RpoFalcon512 verification (#368).
|
- Removed duplicated check in RpoFalcon512 verification (#368).
|
||||||
|
- Added parallel implementation of `Smt::compute_mutations` with better performance (#365).
|
||||||
|
- Implemented parallel leaf hashing in `Smt::process_sorted_pairs_to_leaves` (#365).
|
||||||
|
|
||||||
## 0.13.2 (2025-01-24)
|
## 0.13.2 (2025-01-24)
|
||||||
|
|
||||||
- Made `InnerNode` and `NodeMutation` public. Implemented (de)serialization of `LeafIndex` (#367).
|
- Made `InnerNode` and `NodeMutation` public. Implemented (de)serialization of `LeafIndex` (#367).
|
||||||
|
|
||||||
|
|
||||||
## 0.13.1 (2024-12-26)
|
## 0.13.1 (2024-12-26)
|
||||||
|
|
||||||
- Generate reverse mutations set on applying of mutations set, implemented serialization of `MutationsSet` (#355).
|
- Generate reverse mutations set on applying of mutations set, implemented serialization of `MutationsSet` (#355).
|
||||||
- Added parallel implementation of `Smt::compute_mutations` with better performance (#365).
|
|
||||||
- Implemented parallel leaf hashing in `Smt::process_sorted_pairs_to_leaves` (#365).
|
|
||||||
|
|
||||||
## 0.13.0 (2024-11-24)
|
## 0.13.0 (2024-11-24)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue