From c9181d3b05de8f4d0de517355f35600aa21bb16c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 16 Jan 2014 21:39:03 +0000 Subject: [PATCH] [MATH-1088] Add missing changelog entry. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1558922 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 62db2777b..dbafe3a73 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,11 @@ If the output is not quite correct, check for invisible trailing spaces! + + The iterator returned by "MultiDimensionalCounter#iterator()" will now + correctly throw a "NoSuchElementException" when calling "next()" and the + iterator is already exhausted. + Fixed an issue with noisy functions for ODE events detection.