From 034fba34a5e16c77449edc3b6d9694aadc93155b Mon Sep 17 00:00:00 2001 From: AlexBeattie42 <30098201+alexbeattie42@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:01:38 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8adb4532..359990c025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ v4.6 - Added the property `activation_dynamics_smoothing` to `DeGrooteFregly2016Muscle`. This property uses the model's original value of 0.1 as a default, but users may consider increasing this value (e.g., 10.0) so that the activation and deactivation speeds of the model better match the activation and deactivation time constants. +- Replace all instances of ` 0.00000000 ` with ` 0.01000000 ` that occur in the default blocks which cause the `min_control` error (#3986). v4.5.1 ======