You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/01/22 21:22:52 UTC

svn commit: r1062255 - /commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml

Author: sebb
Date: Sat Jan 22 20:22:51 2011
New Revision: 1062255

URL: http://svn.apache.org/viewvc?rev=1062255&view=rev
Log:
Update changes

Modified:
    commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml

Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml?rev=1062255&r1=1062254&r2=1062255&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Sat Jan 22 20:22:51 2011
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
     If the output is not quite correct, check for invisible trailing spaces!
      -->
     <release version="2.2" 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="sebb" type="fix" issue="MATH-489">
           FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN
       </action>