[MATH-985] Added changelog entry.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1561510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2014-01-26 15:58:04 +00:00
parent 38df46f944
commit 7029443e49
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ If the output is not quite correct, check for invisible trailing spaces!
</properties>
<body>
<release version="3.3" date="TBD" description="TBD">
<action dev="erans" type="fix" issue="MATH-985" due-to="Johnathan Kool">
Fixed an indexing problem in "BicubicSplineInterpolatingFunction" which
resulted in wrong interpolations.
</action>
<action dev="tn" type="add" issue="MATH-1072">
Added a constructor to "AbstractListChromosome" that does not copy the
input argument.