diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 5babc51bc..011c31755 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -183,6 +183,10 @@ The type attribute can be add,update,fix,remove.
+
+ FastMath is not an exact replacement for StrictMath
+ (partially fixed) Add copySign(float), copySign(float)
+
separate discrete event detection from adaptive step size handling in ODE solvers,
thus improving robustness, maintainability and speed