Update missed in r1160026. JIRA: MATH-449.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1160049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-08-21 20:11:57 +00:00
parent 22e68e3efe
commit 817f068f43
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="psteitz" type="update" issue="MATH-449" due-to="Patrick Meyer">
Added storeless covariance implementation.
</action>
<action dev="psteitz" type="update" issue="MATH-648">
Eliminated extraneous constructor from SimpleRegression.
</action>