Author: tn
Date: Sat Feb 8 16:54:45 2014
New Revision: 1566047
URL: http://svn.apache.org/r1566047
Log:
[MATH-976] Add changelog entry.
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=1566047&r1=1566046&r2=1566047&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Feb 8 16:54:45 2014
@@ -51,6 +51,10 @@ If the output is not quite correct, chec
</properties>
<body>
<release version="3.3" date="TBD" description="TBD">
+ <action dev="erans" type="fix" issue="MATH-976">
+ Create additional artifact "commons-math3-tools-x.y.z.jar" as part of
the
+ release process. This artifact contains useful tools, e.g. for
performance testing.
+ </action>
<action dev="erans" type="fix" issue="MATH-990">
Improved performance of "MathArrays#sortInPlace(...)".
</action>