diff --git a/CHANGELOG.md b/CHANGELOG.md index 040f97d..b7530d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,16 @@ - [BREAKING] Increment minimum supported Rust version to 1.84. - 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) - Made `InnerNode` and `NodeMutation` public. Implemented (de)serialization of `LeafIndex` (#367). - ## 0.13.1 (2024-12-26) - 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)