chore: update changelog
This commit is contained in:
parent
d9e3211418
commit
dcda57f71a
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
## 0.5.0 (TBD)
|
||||
|
||||
## 0.5.0 (2023-05-26)
|
||||
* Implemented `TieredSmt` (#152, #153).
|
||||
* Implemented ability to extract a subset of a `MerkleStore` (#151).
|
||||
* Cleaned up `SimpleSmt` interface (#149).
|
||||
* Decoupled hashing and padding of peaks in `Mmr` (#148).
|
||||
* Added `inner_nodes()` to `MerkleStore` (#146).
|
||||
|
||||
## 0.4.0 (2023-04-21)
|
||||
|
||||
|
|
|
@ -35,6 +35,6 @@ winter_math = { version = "0.6", package = "winter-math", default-features = fal
|
|||
winter_utils = { version = "0.6", package = "winter-utils", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.4", features = ["html_reports"] }
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
proptest = "1.1.0"
|
||||
rand_utils = { version = "0.6", package = "winter-rand-utils" }
|
||||
|
|
Loading…
Add table
Reference in a new issue