diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c82543ce..28d3b8174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Fix crash when simulating a spring joint between two dynamic bodies. - Fix kinematic bodies not being affected by gravity after being switched back to dynamic. - Fix regression on contact force reporting from contact force events. +- Fix joint limits/motors occasionally not being applied properly when one of the attached + rigid-bodies is fixed. ### Added