Update "changes.xml".

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1537473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-10-31 12:56:51 +00:00
parent 93b51cc6fd
commit 5bbbe7709f
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces!
</properties>
<body>
<release version="x.y" date="TBD" description="TBD">
<action dev="erans" type="fix" issue="MATH-1047">
Check for overflow in methods "pow" (class "o.a.c.m.util.ArithmeticUtils").
</action>
<action dev="erans" type="fix" issue="MATH-1045" due-to="Sean Owen">
"EigenDecomposition": Using tolerance for detecting whether a matrix is singular.
</action>