Author: tn Date: Thu May 1 11:57:55 2014 New Revision: 1591626 URL: http://svn.apache.org/r1591626 Log: Add missing due-to.
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=1591626&r1=1591625&r2=1591626&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Thu May 1 11:57:55 2014 @@ -80,7 +80,7 @@ Users are encouraged to upgrade to this classes are intended to be package private only and are not supposed to be used for other purposes. "> - <action dev="tn" type="add" issue="MATH-1110"> + <action dev="tn" type="add" issue="MATH-1110" due-to="Edward Segall"> Added new constructor to "OLSMultipleLinearRegression" to be able to specify a custom singularity threshold for QR decomposition. </action>