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
======