Skip to content

Commit 3901dcd

Browse files
yuvaltassacopybara-github
authored andcommitted
Move changelog item into breaking changes section in 3.3.4
PiperOrigin-RevId: 785479748 Change-Id: Ic0e779a9fddfa945e94fc6870a1a3fe826980f4b
1 parent a2a27c1 commit 3901dcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/changelog.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ Version 3.3.4 (July 8, 2025)
3939

4040
1. The functions ``mjs_detachBody`` and ``mjs_detachDefault`` have been replaced by :ref:`mjs_delete`.
4141
2. The Python functions ``element.delete`` have been replaced by ``spec.delete(element)``.
42+
3. In the mjSpec C API, directly setting an element's name using :ref:`mjs_setString` has been replaced with a new
43+
function :ref:`mjs_setName` which allows checking for naming collisions at set-time rather than compile-time, for
44+
earlier catching of errors. Relatedly, the ``name`` attribute has been removed from all mjs elements.
4245

4346
General
4447
^^^^^^^
45-
3. Added support for setting the initial camera in the viewer using
48+
4. Added support for setting the initial camera in the viewer using
4649
:ref:`visual/global/cameraid<visual-global-cameraid>`.
47-
4. Added support to only sync the state in the Python :ref:`passive viewer<PyViewerPassive>`'s ``Sync`` method, this is
50+
5. Added support to only sync the state in the Python :ref:`passive viewer<PyViewerPassive>`'s ``Sync`` method, this is
4851
useful to improve performance. The default behavior is unchanged and copies the entire model and data.
49-
5. In the mjSpec C API, directly setting an element's name using :ref:`mjs_setString` has been replaced with a new
50-
function :ref:`mjs_setName` which allows checking for naming collisions at set-time rather than compile-time, for
51-
earlier catching of errors.
5252

5353
Bug fixes
5454
^^^^^^^^^

0 commit comments

Comments
 (0)