mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Update CHANGELOG.
This commit is contained in:
20
CHANGELOG.md
20
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))
|
||||
|
||||
|
Reference in New Issue
Block a user