Update CHANGELOG

This commit is contained in:
Romain Ruetschi
2018-08-09 17:19:54 +02:00
parent 36e3dd05ac
commit 0c3b6a9bec

View File

@ -1,10 +1,18 @@
# Changelog
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.8.0...master)
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.9.0...master)
> Nothing yet.
## [1.9.0](https://github.com/SpinResearch/merkle.rs/compare/1.8.0...1.9.0) - 2018-07-09
## Added
- Add `MerkleTree::gen_nth_proof` and `Proof::index` ([@afck](https://github.com/afck))
## Fixed
- Fix proof deserialization when deserializer does not own the slice ([@afck](https://github.com/afck))
## [1.8.0](https://github.com/SpinResearch/merkle.rs/compare/1.7.0...1.8.0) - 2018-07-07
## Changed