# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.1.1](https://github.com/Vrixyz/bevy_fixed_update_task/releases/tag/v0.1.0) - 2025-01-13
### Features
- Custom timestep or substep count per frame.
- Component approach, support multiple concurrent fixed "task" update.
- Examples for minimal approach + interpolation integration.
- Documentation to explain how this crate works on the [readme](README.md) and [docs](./docs/).