All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Make RbTree::new
and RbTree::is_empty
both const
.
- Updated
sha2
dependency.
RbTree::iter()
method.- impls of
Clone
,PartialEq
,Eq
,PartialOrd
,Ord
,FromIterator
, andDebug
forRbTree
.
RbTree::value_range()
method to get a witness for a range of keys with values.
- RbTree::key_range() method returns tighter key bounds which reduces the size of witnesses.
- Updated the version of candid from
0.6.19
to0.7.1
(#72). - Hash tree leaves can now hold both references and values (#121). This is a BREAKING CHANGE, some clients might need to slightly change and recompile their code.
- Initial release of the library.