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 2012/10/22 20:47:33 UTC

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

Author: tn
Date: Mon Oct 22 18:47:33 2012
New Revision: 1401000

URL: http://svn.apache.org/viewvc?rev=1401000&view=rev
Log:
[MATH-759] add resolution to 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=1401000&r1=1400999&r2=1401000&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Mon Oct 22 18:47:33 2012
@@ -52,6 +52,10 @@ If the output is not quite correct, chec
   <body>
     <release version="3.1" date="TBD" description="
 ">
+      <action dev="tn" type="fix" issue="MATH-759" due-to="sebb">
+        Use getter/setter methods of super class for access to field "windowSize" in
+        "ListUnivariateImpl".
+      </action>
       <action dev="luc" type="fix" issue="MATH-880">
         Improved construction of polygons with an additional constructor, more robust numerically.
       </action>