Files
merkle.rs/CHANGELOG.md
2018-05-15 18:03:11 +02:00

1.9 KiB

Changelog

Unreleased

Nothing yet.

1.7.0 - 2018-05-15

Added

  • Add optional serde support with the feature flag serialization-serde. (@afck)

1.6.0 - 2018-05-15

Changed

  • Update to support rust-protobuf v1.6.0. (@nvesely)

1.5.0 - 2017-09-24

Changed

  • Update ring to v0.12.x. (@romac)

1.4.1 - 2017-09-24

Changed

  • Take hashing algorithm into account for Eq/Ord impls. (@romac)

1.4.0 - 2017-09-24

Added

  • Add missing PartialEq, Eq, PartialOrd, Ord and Hash impls (@romac)

1.3.0 - 2017-08-03

Changed

  • Upgrade to ring 0.11 (@romac)

1.2.0 - 2017-05-07

Changed

  • Use ring 0.9 to reduce build dependencies (@briansmith)

1.1.0 - 2017-02-15

Added

  • Implement Iterator and IntoIterator for MerkleTree (@romac)

Changed

  • Avoid allocating memory on the heap in HashUtils, and made combine_hashes more efficient (@briansmith)
  • Bump ring to ^0.6.0 and protobuf to ^1.2.0 (@romac)

1.0.0 - 2016-11-29

Initial release