CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2026-04-08
### Fixed
- language in docs
## [1.0.0] - 2026-04-07
### Added
- Initial release of `xb5`.
- `xb5_sets`: Order-5 B-tree implementation of ordered sets.
- `xb5_trees`: Order-5 B-tree implementation of ordered key-value stores.
- `xb5_bag`: Order-5 B-tree implementation of multisets with order-statistic operations.