Updated to reflect PR 31713 changes.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-11-07 20:31:23 +00:00
parent e67ec1e168
commit 9e6639abd6
1 changed files with 5 additions and 0 deletions

View File

@ -94,7 +94,12 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="psteitz" type="update" due-to="Fredrik Norin" issue="31688">
Added Poisson distribution implementation.
</action>
<action dev="psteitz" type="fix" issue="31713">
Eliminated unecessary array copy operations in RealMatrixImpl,
BigMatrixImpl add, multiply, solve and subtract operations.
</action>
</release>
31713
<release version="1.0-RC1" date="2004-09-07">
<action type="add">