You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2013/08/10 23:47:58 UTC

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

Author: erans
Date: Sat Aug 10 21:47:57 2013
New Revision: 1512825

URL: http://svn.apache.org/r1512825
Log:
MATH-991
Update "changes.xml".

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=1512825&r1=1512824&r2=1512825&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Aug 10 21:47:57 2013
@@ -51,6 +51,10 @@ If the output is not quite correct, chec
   </properties>
   <body>
     <release version="x.y" date="TBD" description="TBD">
+      <action dev="erans" type="add" issue="MATH-991">
+        "PolynomialSplineFunction": added method "isValidPoint" that
+        checks whether a point is within the interpolation range.
+      </action>
       <action dev="erans" type="add" issue="MATH-989">
         "BicubicSplineInterpolatingFunction": added method "isValidPoint" that
         checks whether a point is within the interpolation range.