Author: psteitz
Date: Sat May  7 21:55:57 2005
New Revision: 169128

URL: http://svn.apache.org/viewcvs?rev=169128&view=rev
Log:
Fixed order of entries, added due-to in last update.

Modified:
    jakarta/commons/proper/math/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/xdocs/changes.xml?rev=169128&r1=169127&r2=169128&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/math/trunk/xdocs/changes.xml Sat May  7 21:55:57 2005
@@ -39,15 +39,15 @@
   <body>
     <release version="1.1" date="In Development"  
        description="Jakarta Commons Math 1.1 - Development">
+       <action dev="psteitz" type="update" due-to="C. Scott Ananian">
+        Ported numerics improvements in commons lang Fraction implementation.
+        Added utility methods for overflow-checked integer arithmetic and
+        improved gcd method in MathUtils.
+      </action>
        <action dev="psteitz" type="fix" issue="34677"  due-to="Gilles 
Gaillard">
         Fixed error in TTestImpl.homoscedasticTtest.  Implementation was
         incorrectly using heteroscedastic t statistic.  Also improved 
sensitivity
         of test cases.
-      </action>
-      <action dev="psteitz" type="update">
-        Ported numerics improvements in commons lang Fraction implementation.
-        Added utility methods for overflow-checked integer arithmetic and
-        improved gcd method in MathUtils.
       </action>
       <action dev="psteitz" type="fix" issue="34448"  due-to="Gilles Gaillard">
         Fixed javadoc errors. One-sided t-test significance adjustment was



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to