From bd361447bb1cdb41bb5615ee5dd8a55d5efe770d Mon Sep 17 00:00:00 2001 From: Levi Burner Date: Tue, 26 Nov 2024 08:22:28 -0500 Subject: [PATCH] merge items in changelog --- doc/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 36865344..3449b398 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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` because its value can always be inferred. -- :ref:`rollout` can now accept lists of MjModel of length ``nroll``. +- :ref:`rollout` can now accept lists of MjModel of length ``nroll``. ``nroll`` argument deprecated because + its value can always be inferred. Bug fixes ^^^^^^^^^