hashed-array-tree 1.1.0

Hashed Array Trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [1.1.0] - 2025-10-28
### Added
- Add `Clone` implementation for elements that implement `Clone`.
- Add `Send` implementation for elements that implement `Send`.
- Add `append()`, `swap()`, `dedup_by()`, and `sort_unstable_by()` functions.

## [1.0.0] - 2025-10-24
### Changed
- Initial release