bevy_mod_inverse_kinematics/CHANGELOG.MD

17 lines
363 B
Plaintext
Raw Normal View History

# 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
2022-11-13 09:20:21 +00:00
# Version 0.2.0
- Migrated to bevy 0.9
- Removed debug_lines feature, to not have a third party bevy dependency.
2023-03-10 19:46:38 +00:00
# Version 0.3.0
- Migrated to bevy 0.10
2023-07-11 19:35:10 +00:00
# Version 0.4.0
- Migrated to bevy 0.11