You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/01/26 16:58:04 UTC

svn commit: r1561510 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Sun Jan 26 15:58:04 2014
New Revision: 1561510

URL: http://svn.apache.org/r1561510
Log:
[MATH-985] Added changelog entry.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1561510&r1=1561509&r2=1561510&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Jan 26 15:58:04 2014
@@ -51,6 +51,10 @@ If the output is not quite correct, chec
   </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.