Update changes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-22 20:23:37 +00:00
parent 093d8d914a
commit c6e0669a73

View File

@ -52,6 +52,9 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="sebb" type="fix" issue="MATH-494">
FastMath atan2 does not agree with StrictMath for special cases
</action>
<action dev="erans" type="fix" issue="MATH-492">
Removed checked "MaxIterationsExceededException" (superseded by
"MaxCountExceededException" from package "exception").