You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/02/08 10:45:16 UTC

svn commit: r1241837 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

Author: tn
Date: Wed Feb  8 09:45:16 2012
New Revision: 1241837

URL: http://svn.apache.org/viewvc?rev=1241837&view=rev
Log:
Updated changes.xml with last fixes.

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=1241837&r1=1241836&r2=1241837&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Wed Feb  8 09:45:16 2012
@@ -52,6 +52,12 @@ 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="tn" type="fix" issue="MATH-670">
+      	Merged interface and implementation of EmpiricalDistribution.
+      </action>
+      <action dev="tn" type="fix" issue="MATH-588">
+      	Relaxed test for equality in UnivariateStatisticAbstractTest.
+      </action>
       <action dev="tn" type="fix" issue="MATH-652" due-to="Greg Sterijevski">
         Fixed a faulty test for zero in TridiagonalTransformer.
       </action>