announced bugs fixed by sebb

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-01-23 10:24:34 +00:00
parent 8252860a27
commit 3e82d9f1a3

View File

@ -183,6 +183,10 @@ The <action> type attribute can be add,update,fix,remove.
</action>
</release>
<release version="2.2" date="TBD" description="TBD">
<action dev="sebb" type="fix" issue="MATH-496">
FastMath is not an exact replacement for StrictMath
(partially fixed) Add copySign(float), copySign(float)
</action>
<action dev="luc" type="fix" issue="MATH-484">
separate discrete event detection from adaptive step size handling in ODE solvers,
thus improving robustness, maintainability and speed