merge items in changelog

This commit is contained in:
Levi Burner
2024-11-26 08:22:28 -05:00
parent 943eb6bc7e
commit bd361447bb
+2 -1
View File
@@ -16,7 +16,8 @@ Python bindings
- Added ``bind`` method and removed id attribute from :ref:`mjSpec` objects. Using ids is error prone in scenarios of repeated attachment and
detachment. Python users are encouraged to use names for unique identification of model elements.
- Removed ``nroll`` argument from :ref:`rollout<PyRollout>` because its value can always be inferred.
- :ref:`rollout<PyRollout>` can now accept lists of MjModel of length ``nroll``.
- :ref:`rollout<PyRollout>` can now accept lists of MjModel of length ``nroll``. ``nroll`` argument deprecated because
its value can always be inferred.
Bug fixes
^^^^^^^^^