From 718e079cba794a7aa619960d6fc6d8b460c8abae Mon Sep 17 00:00:00 2001 From: Erik Frey Date: Fri, 19 Apr 2024 16:27:18 -0700 Subject: [PATCH] Fix bad changelog formatting. PiperOrigin-RevId: 626497821 Change-Id: I705b691b5ad985889a9b05da8c775df42b3811d6 --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index ac0cd959..010fa6f3 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -17,7 +17,7 @@ MJX .. admonition:: Breaking API changes :class: attention - 3. Removed deprecated ``mjx.device_get_into`` and ```mjx.device_put``` functions as they lack critical new + 3. Removed deprecated ``mjx.device_get_into`` and ``mjx.device_put`` functions as they lack critical new functionality. **Migration:** Use ``mjx.get_data_into`` instead of ``mjx.device_get_into``, and ``mjx.put_data`` instead of