trie-root 0.18.0

In-memory patricia trie operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]


## [0.18.0] - 2023-03-14
- Update dependencies. [#188]https://github.com/paritytech/trie/pull/188 and [#187]https://github.com/paritytech/trie/pull/187

## [0.17.0] - 2021-10-19
- Support for value nodes. [#142]https://github.com/paritytech/trie/pull/142

## [0.16.0] - 2020-02-07
- Update reference-trie to v0.20.0 [#78]https://github.com/paritytech/trie/pull/78