@@ -16,6 +16,9 @@ This means that any incompatible changes increase the major version (**Y**.x.x).
1616This also includes breaking changes that MuJoCo itself introduced, thus even an
1717update of MuJoCo alone can increase the major version.
1818
19+ 2.0.1 (MuJoCo 3.3.7)
20+ ================================
21+ - Fix the ``renderer `` feature not enabling all the needed crates.
1922
20232.0.0 (MuJoCo 3.3.7)
2124================================
@@ -24,8 +27,8 @@ update of MuJoCo alone can increase the major version.
2427 - Updated the MuJoCo version to 3.3.7.
2528 - :ref: `model_editing `:
2629
27- - Items (:docs-rs: `~mujoco_rs::wrappers::mj_editing::<struct >MjsJoint `,
28- :docs-rs: `~mujoco_rs::wrappers::mj_editing::<struct >MjsGeom `, etc.) are no longer wrapped and are instead
30+ - Items (:docs-rs: `~mujoco_rs::wrappers::mj_editing::<type >MjsJoint `,
31+ :docs-rs: `~mujoco_rs::wrappers::mj_editing::<type >MjsGeom `, etc.) are no longer wrapped and are instead
2932 just aliased types. Their attributes have been made private to users, so that tools like ``rust-analyzer ``
3033 don't suggest both the getter name and the attribute name at once.
3134 As a result of this change, methods now return true references instead of the wrapper types.
@@ -64,7 +67,7 @@ update of MuJoCo alone can increase the major version.
6467 - Changed |mj_data | and other types to accept a generic type for the model,
6568 constrained to ``Deref<Target = MjModel> ``.
6669 This enables use in environments such as `PyO3 <https://github.com/PyO3/pyo3 >`_.
67- - :docs-rs: `~mujoco_rs::wrappers::mj_editing::<struct >MjsMesh `: changed ``smoothnormal `` and ``needsdf `` to be treated as booleans.
70+ - :docs-rs: `~mujoco_rs::wrappers::mj_editing::<type >MjsMesh `: changed ``smoothnormal `` and ``needsdf `` to be treated as booleans.
6871 - |mj_data | methods:
6972
7073 - Renamed ``crb `` to :docs-rs: `~mujoco_rs::wrappers::mj_data::<struct>MjData::<method>crb_comp ` due to ``crb ``
@@ -118,7 +121,7 @@ update of MuJoCo alone can increase the major version.
118121- :ref: `model_editing `:
119122
120123 - Added iterators to :docs-rs: `~mujoco_rs::wrappers::mj_editing::<struct>MjSpec `
121- and :docs-rs: `~mujoco_rs::wrappers::mj_editing::<struct >MjsBody `.
124+ and :docs-rs: `~mujoco_rs::wrappers::mj_editing::<type >MjsBody `.
122125
123126
1241271.4.2 (MuJoCo 3.3.5)
0 commit comments