# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1] - 2026-01-24
### Fixed
- Fixed incorrect join and select usage in docs.
## [0.2.0] - 2026-01-24
### Fixed
- Fixed some incorrect examples in documentation
### Added
- Added the join and select macros. Select mimics the behavior of pybricks' racing multitask
and join mimics the behavior of pybricks' non-racing multitask.
- Added multitasking examples to docs.