Author: psteitz
Date: Thu Nov 25 18:49:47 2010
New Revision: 1039139
URL: http://svn.apache.org/viewvc?rev=1039139&view=rev
Log:
Updated changelog for JIRA: MATH-420 (should have been included in r1038873).
Modified:
commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml?rev=1039139&r1=1039138&r2=1039139&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Thu Nov 25
18:49:47 2010
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="2.2" date="TBD" description="TBD">
+ <action dev="psteitz" type="update" issue="MATH-420">
+ Added toString() override to StatisticalSummaryValues.
+ </action>
<action dev="luc" type="fix" issue="MATH-380">
Deprecated the whole ode.jacobians package. It is clumsy and difficult
to use. It will
be replaced by a completely rewritten implementation in 3.0, which
will be more tightly
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=1039139&r1=1039138&r2=1039139&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Nov 25 18:49:47 2010
@@ -111,6 +111,9 @@ The <action> type attribute can be add,u
</action>
</release>
<release version="2.2" date="TBD" description="TBD">
+ <action dev="psteitz" type="update" issue="MATH-420">
+ Added toString() override to StatisticalSummaryValues.
+ </action>
<action dev="luc" type="fix" issue="MATH-380">
Deprecated the whole ode.jacobians package. It is clumsy and difficult
to use. It will
be replaced by a completely rewritten implementation in 3.0, which
will be more tightly