Fix monospace rendering in changelog.

PiperOrigin-RevId: 625388305
Change-Id: I82c7cd0e221627a14f6a2b2d9285099f488b1dcb
This commit is contained in:
Yuval Tassa
2024-04-16 10:59:48 -07:00
committed by Copybara-Service
parent 7c86a02a80
commit 6481a838c8
+2 -2
View File
@@ -7,8 +7,8 @@ Upcoming version (not yet released)
General
^^^^^^^
1. Added `mjModel.mesh_scale`: the scaling applied to asset vertices, as specified in the :ref:`scale<asset-mesh-scale>`
attribute.
1. Added ``mjModel.mesh_scale``: the scaling applied to asset vertices, as specified in the
:ref:`scale<asset-mesh-scale>` attribute.
2. Added the :ref:`light/radius<body-light-radius>` attribute and corresponding ``mjModel.light_radius`` field. This
value has no effect in MuJoCo's native renderer, but can be usful when rendering scenes with an external renderer.