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 2013/08/31 17:41:44 UTC

svn commit: r1519186 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Sat Aug 31 15:41:43 2013
New Revision: 1519186

URL: http://svn.apache.org/r1519186
Log:
Fix change message.

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

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1519186&r1=1519185&r2=1519186&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Aug 31 15:41:43 2013
@@ -52,7 +52,7 @@ If the output is not quite correct, chec
   <body>
     <release version="x.y" date="TBD" description="TBD">
       <action dev="tn" type="add" issue="MATH-1028" due-to="Thorsten Schäfer">
-        Improve performance of "DiagonalMatrix#preMultiply(RealVector)".
+        Added new distance metric "EarthMoversDistance".
       </action>
       <action dev="tn" type="fix" issue="MATH-999" due-to="Ajo Fod">
         Improve performance of "DiagonalMatrix#preMultiply(RealVector)".