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>