bevy_mod_inverse_kinematics/CHANGELOG.MD

14 lines
322 B
Markdown

# Version 0.1.0
- Initial version
# Version 0.1.1
- Fixed build issue when using the debug_lines feature
- Fixed transforms giong to NaN when an exact match is found
# Version 0.2.0
- Migrated to bevy 0.9
- Removed debug_lines feature, to not have a third party bevy dependency.
# Version 0.3.0
- Migrated to bevy 0.10