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/07/18 23:08:52 UTC

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

Author: tn
Date: Wed Jul 18 21:08:51 2012
New Revision: 1363118

URL: http://svn.apache.org/viewvc?rev=1363118&view=rev
Log:
Add math-235 to changes.xml.

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=1363118&r1=1363117&r2=1363118&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Jul 18 21:08:51 2012
@@ -52,6 +52,9 @@ If the output is not quite correct, chec
   <body>
     <release version="3.1" date="TBD" description="
 ">
+	  <action dev="tn" type="add" issue="MATH-235">
+        Added support for real asymmetric matrices to EigenDecomposition.
+      </action>
       <action dev="erans" type="add" issue="MATH-768">
         Re-instated methods to find all complex roots of a polynomial (class
         "LaguerreSolver" in package "o.a.c.m.analysis.solvers").