Author: erans
Date: Thu Dec  1 14:45:40 2011
New Revision: 1209108

URL: http://svn.apache.org/viewvc?rev=1209108&view=rev
Log:
Release doc update.
(MATH-689 resolved with the help of Sébastien Brisard).

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

Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1209108&r1=1209107&r2=1209108&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Dec  1 14:45:40 2011
@@ -52,6 +52,14 @@ The <action> type attribute can be add,u
     If the output is not quite correct, check for invisible trailing spaces!
      -->
     <release version="3.0" date="TBD" description="TBD">
+      <action dev="erans" type="fix" issue="MATH-690">
+        Removed unused or duplicate utility methods from "MathUtils".
+        Math functions with "double" arguments were moved to class "FastMath".
+      </action>
+      <action dev="erans" type="fix" issue="MATH-689">
+        Broke up bloated "MathUtils" class into "MathArrays", "Precision",
+        "ArithmeticUtils" classes.
+      </action>
       <action dev="psteitz" type="fix" issue="MATH-704" due-to="Thomas 
Niedhart">
         Fixed array indexing error in Variance evaluate method for
         computing the weighted variance of an array segment.


Reply via email to