diff --git a/CHANGELOG.md b/CHANGELOG.md index 5483202..3ef0892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,36 @@ # Changelog -## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.3.0...master) +## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.4.1...master) > Nothing yet. +## [1.4.1](https://github.com/SpinResearch/merkle.rs/compare/1.4.0...1.4.1) - 2017-09-24 + +### Changed +- Take hashing algorithm into account for Eq/Ord impls. ([@romac](https://github.com/romac)) + +## [1.4.0](https://github.com/SpinResearch/merkle.rs/compare/1.3.0...1.4.0) - 2017-09-24 + +### Added +- Add missing PartialEq, Eq, PartialOrd, Ord and Hash impls ([@romac](https://github.com/romac)) + ## [1.3.0](https://github.com/SpinResearch/merkle.rs/compare/1.2.0...1.3.0) - 2017-08-03 -## Changed +### Changed - Upgrade to *ring* 0.11 ([@romac](https://github.com/romac)) ## [1.2.0](https://github.com/SpinResearch/merkle.rs/compare/1.1.0...1.2.0) - 2017-05-07 -## Changed +### Changed - Use *ring* 0.9 to reduce build dependencies ([@briansmith](https://github.com/briansmith)) ## [1.1.0](https://github.com/SpinResearch/merkle.rs/compare/1.0.0...1.1.0) - 2017-02-15 -## Added +### Added - Implement `Iterator` and `IntoIterator` for `MerkleTree` ([@romac](https://github.com/romac)) -## Changed +### Changed - Avoid allocating memory on the heap in HashUtils, and made `combine_hashes` more efficient ([@briansmith](https://github.com/briansmith)) - Bump `ring` to `^0.6.0` and `protobuf` to `^1.2.0` ([@romac](https://github.com/romac))