This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit f09514bf2009a4617cf97c85c03a9d88c9c59547 Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Wed Apr 10 03:09:45 2019 +0200 Track changes. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa75a72..2401282 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="erans" type="add" issue="MATH-1477" due-to="Chee Sing Lee"> + "MillerUpdatingRegression": Fixed "ArrayIndexOutOfBounds" exception. + </action> <action dev="erans" type="fix" issue="MATH-1463"> "IntegerSequence.incrementor": Throw "NoSuchElementException" from "next" method. </action>