From bf722098f0083ccd2b354062ff8f2cb771e2a6b6 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Mon, 19 May 2025 12:39:33 -0700 Subject: [PATCH] Fix broken link in changelog. PiperOrigin-RevId: 760730799 Change-Id: I65e2d06f9162266b2929cc4d26af621fc3535197 --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 9e0329f4..4ebebbb7 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -10,7 +10,7 @@ General - Refactored island implementation so that island data is memory-contiguous. This speeds up island processing in the solver and clears the way for the addition of the Newton and PGS solvers (currently only CG is supported). - Removed the :at:`shell` plugin. This is now supported by :ref:`flexcomp` and is active depending on - the :ref:`elastic2d` attribute (on by default). + the :ref:`elastic2d` attribute (on by default). simulate ^^^^^^^^