# Changelog
All notable changes to this project are documented in this file.
## [Unreleased]
### Added
- Hierarchical timer wheel scheduler with cancellation, backpressure, metrics,
and graceful shutdown.
- Bounded worker executor with rejection policies, panic recovery, and metrics.
- Optional `tokio` adapter behind a Cargo feature.
- README, examples, design documentation, and verification targets.