[MATH-666] added to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1385318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-09-16 16:54:20 +00:00
parent 79f99111d5
commit 0752ffec8f
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ If the output is not quite correct, check for invisible trailing spaces!
<body>
<release version="3.1" date="TBD" description="
">
<action dev="tn" type="fix" issue="MATH-666">
Deprecated "FieldVector#getData()" in favor of "toArray()".
</action>
<action dev="luc" type="fix" issue="MATH-789">
Fixed an error in rectangular Cholesky decomposition.
</action>