From f6ed57e9e8f84f080eaff3755d361a3c09c4264b Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Sun, 22 Oct 2023 08:18:38 -0700 Subject: [PATCH] Fix typos in changelog PiperOrigin-RevId: 575618675 Change-Id: I51a8e5aee124c632ff17d0cb0610ca95822bf859 --- doc/changelog.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index e64a7300..859d1558 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -8,14 +8,10 @@ Upcoming version (not yet released) Bug fixes ^^^^^^^^^ -1. Fix in simulate: correct handling of "Pause update", "Fullscreen" and "VSync" buttons. - -MJX Bug fixes -^^^^^^^^^ - -1. Fix typos and supported fields in the docs (fixes :github:issue:`1105` and :github:issue:`1106`). -2. Fix bug where mixed `jnt_limited` joints are not being constrained correctly. -3. Make `device_put` type validation more verbose (fixed :github:issue:`1113`). +1. :ref:`simulate`: correct handling of "Pause update", "Fullscreen" and "VSync" buttons. +2. Fixed typos and supported fields in docs (fixes :github:issue:`1105` and :github:issue:`1106`). +3. Fixed bug where mixed ``jnt_limited`` joints were not being constrained correctly. +4. Made ``device_put`` type validation more verbose (fixes :github:issue:`1113`). Version 3.0.0 (October 18, 2023) --------------------------------