From c5925e7b0ee3f077ea66e856a1c1efe037588fd8 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Wed, 28 Jan 2026 10:14:19 -0800 Subject: [PATCH] Improve wording in changelog PiperOrigin-RevId: 862288773 Change-Id: I2dcd09ed1fb929396218ee32e99242d9be508b3b --- doc/changelog.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index f85a8d86..eb202f59 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -75,8 +75,10 @@ General - OpenUSD can now be built with the `third_party_deps/openusd `__ CMake utility project. - - ``USD_DIR`` is no longer used by the MuJoCo CMake project, instead use ``pxr_DIR`` if you have a pre-built USD library. - - Users no longer have to set ``PXR_PLUGINPATH_NAME`` environment variable, MuJoCo should load USD plugins automatically. + - ``USD_DIR`` is no longer used by the MuJoCo CMake project, instead use ``pxr_DIR`` if you have a pre-built USD + library. + - Users no longer have to set ``PXR_PLUGINPATH_NAME`` environment variable, MuJoCo should load USD plugins + automatically. MJX @@ -89,7 +91,8 @@ Documentation - General improvements to the :ref:`Programming/Simulation` chapter. Notably, the main discussion of :ref:`state` has been moved there, and the section on :ref:`mjModel changes` has been expanded. -- The :ref:`MJCF schema` is now a more usable collapsible dropdown with links to both elements and attributes. +- The usability of the :ref:`MJCF schema` is improved with a collapsible dropdown menu with links to elements + and attributes. Bug fixes