Fix badly formed links in the changelog.

PiperOrigin-RevId: 523988103
Change-Id: I069700af2328104b38831a544b61e136e8d8c6db
This commit is contained in:
Yuval Tassa
2023-04-13 06:51:06 -07:00
committed by Copybara-Service
parent cefc290eac
commit 018503a0ec
+2 -2
View File
@@ -30,8 +30,8 @@ Python bindings
- Fixed a race condition in ``viewer.launch_passive`` and ``viewer.launch_repl``. These functions could previously
return before an internal call to ``mj_forward``. This allows user code to continue and potentially modify physics
state concurrently with the internal ``mj_forward``, resulting in e.g.
`MuJoCo stack overflow error<https://github.com/deepmind/mujoco/issues/783>`_
or `segmentation fault<https://github.com/deepmind/mujoco/issues/790>`_.
`MuJoCo stack overflow error <https://github.com/deepmind/mujoco/issues/783>`_
or `segmentation fault <https://github.com/deepmind/mujoco/issues/790>`_.
- Added a small number of missing struct fields discovered through the new ``introspect`` metadata.
Bug fixes