diff --git a/doc/changelog.rst b/doc/changelog.rst index 271496d2..4785c652 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -14,6 +14,11 @@ General as input to learning-based agents and in environment logic. - Removed the SdfLib plugin and the dependency on `SdfLib `__. SDFs are now supported natively in mjModel. +- Inertia computation in MuJoCo C is now performed by a new :ref:`pipeline` function :ref:`mj_makeM`, which + combines the Composite Rigid Body algorithm in :ref:`mj_crb` and additional terms related to + :ref:`tendon armature`. Code that uses :ref:`mj_crb` to compute the inertia should now use + :ref:`mj_makeM` instead. + Bug fixes ^^^^^^^^^