From c2e855d6a05d9a3c18cf66f493728f89dd16ea0f Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 22 Oct 2012 18:47:33 +0000 Subject: [PATCH] [MATH-759] add resolution to changes.xml. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1401000 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ec3e11609..a69096374 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,10 @@ If the output is not quite correct, check for invisible trailing spaces! + + Use getter/setter methods of super class for access to field "windowSize" in + "ListUnivariateImpl". + Improved construction of polygons with an additional constructor, more robust numerically.