Fix CHANGELOG

This commit is contained in:
Romain Ruetschi
2018-08-09 17:25:53 +02:00
parent 90de9b6a39
commit 66567189e0

View File

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